|
| | 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, }) |
| factory ManifestDocument | fromJson (Map< String, dynamic > json) |
| Map< String, dynamic > | toJson () |
Definition at line 3 of file manifest_document.dart.
◆ ManifestDocument()
| ManifestDocument::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, } | | ) |
|
|
private |
◆ fromJson()
◆ toJson()
| Map< String, dynamic > ManifestDocument::toJson |
( |
| ) |
|
|
inlineprivate |
◆ collectionDate
| final DateTime ManifestDocument::collectionDate |
|
private |
◆ collectionVoucher
◆ containerNumber
| final String ManifestDocument::containerNumber |
|
private |
◆ containerType
| final String ManifestDocument::containerType |
|
private |
◆ driver
| final Partner ManifestDocument::driver |
|
private |
◆ driverSignature
| final String ManifestDocument::driverSignature |
|
private |
◆ firstWeight
| final num ManifestDocument::firstWeight |
|
private |
◆ id
| final int ManifestDocument::id |
|
private |
◆ productName
◆ reference
| final String ManifestDocument::reference |
|
private |
◆ secondWeight
| final num ManifestDocument::secondWeight |
|
private |
◆ totalQuantity
| final num ManifestDocument::totalQuantity |
|
private |
◆ unloadingDate
| final DateTime ManifestDocument::unloadingDate |
|
private |
◆ vehiclePlate
| final String ManifestDocument::vehiclePlate |
|
private |
◆ warehouseResponsible
| final String ManifestDocument::warehouseResponsible |
|
private |
◆ warehouseSignature
| final String ManifestDocument::warehouseSignature |
|
private |
The documentation for this class was generated from the following file: