23 this.collectionVoucher,
36 this.warehouseSignature,
37 this.warehouseResponsible,
43 ? DateTime.tryParse(json[
'collectionDate'])
57 ? DateTime.tryParse(json[
'unloadingDate'])
104 this.collectionPoint,
120 Map<String, dynamic>
toJson() => {
144 this.partnerLatitude,
145 this.partnerLongitude,
149 factory
Partner.fromJson(Map<String, dynamic> json) {
179 final decoded = json.decode(jsonStr);
180 if (decoded is Map<String, dynamic>) {
182 decoded.map((k, v) => MapEntry(k, v.toString())),
final String vehiclePlate
final String warehouseResponsible
final DateTime unloadingDate
final LocalizedString productName
final DateTime collectionDate
final List< CollectionVoucher > collectionVoucher
ManifestDocument({ this.collectionDate, this.collectionVoucher, this.containerNumber, this.containerType, this.driver, this.id, this.productName, this.reference, this.unloadingDate, this.vehiclePlate, this.firstWeight, this.secondWeight, this.totalQuantity, this.driverSignature, this.warehouseSignature, this.warehouseResponsible, })
final String containerNumber
final String containerType
final String driverSignature
Map< String, dynamic > toJson()
final String warehouseSignature
Partner({ this.id, this.isCompany, this.name, this.parentId, this.partnerLatitude, this.partnerLongitude, this.street, })
factory Partner fromJson(Map< String, dynamic > json)
final String partnerLongitude
Partner({ required this.contactName, required this.id, required this.isCompany, required this.name, required this.parentId, required this.partnerLatitude, required this.partnerLongitude, required this.street, })
Map< String, dynamic > toJson()
final String partnerLatitude
Map< String, dynamic > toJson()
CollectionVoucher({ this.id, this.name, this.address, this.collectionPoint, this.contactPerson, this.generatorId, })
final String contactPerson
final String collectionPoint
String get(String locale)
LocalizedString(this.values)
CollectionVoucher({ this.id, this.name, this.address, this.collectionPoint, this.contactPerson, this.generatorId, })
LocalizedString(this.values)