|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import dart;
Go to the source code of this file.
Classes | |
| class | DeliveryVoucherDocument |
| class | Partner |
Functions | |
| CollectionVoucher ({ this.id, this.name, this.address, this.collectionPoint, this.contactPerson, this.generatorId, }) | |
| factory CollectionVoucher | fromJson (Map< String, dynamic > json) |
| Map< String, dynamic > | toJson () |
| LocalizedString (this.values) | |
| factory LocalizedString | fromJsonString (String jsonStr) |
| String | get (String locale) |
Variables | |
| class DeliveryVoucherDocument | id |
| final String | name |
| final String | address |
| final String | collectionPoint |
| final String | contactPerson |
| final String | generatorId |
| class Partner | String |
| class Partner | values |
| String get | defaultValue => values['en_US'] ?? values.values.firstOrNull |
| CollectionVoucher | ( | { this.id, this.name, this.address, this.collectionPoint, this.contactPerson, this.generatorId, } | ) |

| factory CollectionVoucher fromJson | ( | Map< String, dynamic > | json | ) |
Definition at line 97 of file delivery_voucher_document.dart.

| factory LocalizedString fromJsonString | ( | String | jsonStr | ) |
Definition at line 165 of file delivery_voucher_document.dart.

| LocalizedString | ( | this. | values | ) |

| Map< String, dynamic > toJson | ( | ) |
Definition at line 77 of file collection_voucher_document_model.dart.
| override List< Object > get address |
Definition at line 83 of file delivery_voucher_document.dart.
| final String collectionPoint |
Definition at line 84 of file delivery_voucher_document.dart.
| final String contactPerson |
Definition at line 85 of file delivery_voucher_document.dart.
Definition at line 177 of file delivery_voucher_document.dart.
| final String generatorId |
Definition at line 86 of file delivery_voucher_document.dart.
| class DeliveryVoucherDocument id |
| final String name |
Definition at line 82 of file delivery_voucher_document.dart.
| class Partner String |
| class Partner values |