|
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 | ManifestDocument |
| 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 ManifestDocument | 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 | ) |
| factory LocalizedString fromJsonString | ( | String | jsonStr | ) |
| LocalizedString | ( | this. | values | ) |

| Map< String, dynamic > toJson | ( | ) |
Definition at line 77 of file collection_voucher_document_model.dart.

| final String address |
Definition at line 95 of file manifest_document.dart.
| final String collectionPoint |
Definition at line 96 of file manifest_document.dart.
| final String contactPerson |
Definition at line 97 of file manifest_document.dart.
Definition at line 194 of file manifest_document.dart.
| final String generatorId |
Definition at line 98 of file manifest_document.dart.
| class ManifestDocument id |
| final String name |
Definition at line 94 of file manifest_document.dart.
| class Partner String |
| class Partner values |