|
| | UnloadingHistoryModel ({ required super.deliveredOn, required super.id, required super.quantityUnloaded, required super.quantityWeight, required super.reference, required super.status, required super.warehouseResponsible, }) |
| factory UnloadingHistoryModel | fromJson (Map< String, dynamic > json) |
| Map< String, dynamic > | toJson () |
| | UnloadingHistoryEntity ({ required this.deliveredOn, required this.id, required this.quantityUnloaded, required this.quantityWeight, required this.reference, required this.status, required this.warehouseResponsible, }) |
Definition at line 3 of file unloading_history_model.dart.
◆ UnloadingHistoryEntity()
| UnloadingHistoryEntity::UnloadingHistoryEntity |
( |
{ required this.deliveredOn, required this.id, required this.quantityUnloaded, required this.quantityWeight, required this.reference, required this.status, required this.warehouseResponsible, } | | ) |
|
|
private |
◆ fromJson()
◆ toJson()
| Map< String, dynamic > UnloadingHistoryEntity::toJson |
( |
| ) |
|
|
inlineprivate |
◆ UnloadingHistoryModel()
| UnloadingHistoryEntity::UnloadingHistoryModel |
( |
{ required super.deliveredOn, required super.id, required super.quantityUnloaded, required super.quantityWeight, required super.reference, required super.status, required super.warehouseResponsible, } | | ) |
|
|
private |
◆ deliveredOn
| final DateTime UnloadingHistoryEntity::deliveredOn |
|
private |
◆ id
| final int UnloadingHistoryEntity::id |
|
private |
◆ quantityUnloaded
| final double UnloadingHistoryEntity::quantityUnloaded |
|
private |
◆ quantityWeight
| final double UnloadingHistoryEntity::quantityWeight |
|
private |
◆ reference
| final String UnloadingHistoryEntity::reference |
|
private |
◆ status
| final String UnloadingHistoryEntity::status |
|
private |
◆ warehouseResponsible
| final String UnloadingHistoryEntity::warehouseResponsible |
|
private |
The documentation for this class was generated from the following files: