Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
UnloadingRequestEntity Class Reference

Private Member Functions

 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, })

Private Attributes

final int warehouseResponsibleId
final double firstWeight
final int userId
final List< CollectionVoucherEntitycollectionVouchers

Detailed Description

Definition at line 4 of file unloading_request_model.dart.

Constructor & Destructor Documentation

◆ UnloadingRequestEntity()

UnloadingRequestEntity::UnloadingRequestEntity ( { required this.warehouseResponsibleId, required this.firstWeight, required this.userId, required this.collectionVouchers, } )
private

Member Function Documentation

◆ fromJson()

factory UnloadingRequestModel UnloadingRequestEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 12 of file unloading_request_model.dart.

Here is the call graph for this function:

◆ toJson()

Map< String, dynamic > UnloadingRequestEntity::toJson ( )
inlineprivate

Definition at line 23 of file unloading_request_model.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UnloadingRequestModel()

UnloadingRequestEntity::UnloadingRequestModel ( { required super.warehouseResponsibleId, required super.firstWeight, required super.userId, required super.collectionVouchers, } )
private
Here is the caller graph for this function:

Member Data Documentation

◆ collectionVouchers

final List<CollectionVoucherEntity> UnloadingRequestEntity::collectionVouchers
private

Definition at line 7 of file unloading_request_entity.dart.

◆ firstWeight

final double UnloadingRequestEntity::firstWeight
private

Definition at line 5 of file unloading_request_entity.dart.

◆ userId

final int UnloadingRequestEntity::userId
private

Definition at line 6 of file unloading_request_entity.dart.

◆ warehouseResponsibleId

final int UnloadingRequestEntity::warehouseResponsibleId
private

Definition at line 4 of file unloading_request_entity.dart.


The documentation for this class was generated from the following files: