|
| | UnloadingRequestModel ({ required super.warehouseResponsibleId, required super.firstWeight, required super.userId, required super.collectionVouchers, }) |
| factory UnloadingRequestModel | fromJson (Map< String, dynamic > json) |
| Map< String, dynamic > | toJson () |
| | UnloadingRequestEntity ({ required this.warehouseResponsibleId, required this.firstWeight, required this.userId, required this.collectionVouchers, }) |
Definition at line 4 of file unloading_request_model.dart.
◆ UnloadingRequestEntity()
| UnloadingRequestEntity::UnloadingRequestEntity |
( |
{ required this.warehouseResponsibleId, required this.firstWeight, required this.userId, required this.collectionVouchers, } | | ) |
|
|
private |
◆ fromJson()
◆ toJson()
| Map< String, dynamic > UnloadingRequestEntity::toJson |
( |
| ) |
|
|
inlineprivate |
◆ UnloadingRequestModel()
| UnloadingRequestEntity::UnloadingRequestModel |
( |
{ required super.warehouseResponsibleId, required super.firstWeight, required super.userId, required super.collectionVouchers, } | | ) |
|
|
private |
◆ collectionVouchers
◆ firstWeight
| final double UnloadingRequestEntity::firstWeight |
|
private |
◆ userId
| final int UnloadingRequestEntity::userId |
|
private |
◆ warehouseResponsibleId
| final int UnloadingRequestEntity::warehouseResponsibleId |
|
private |
The documentation for this class was generated from the following files: