Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
unloading_request_entity.dart
Go to the documentation of this file.
1import 'collection_voucher_entity.dart';
2
5 final double firstWeight;
6 final int userId;
7 final List<CollectionVoucherEntity> collectionVouchers;
8
10 required this.warehouseResponsibleId,
11 required this.firstWeight,
12 required this.userId,
13 required this.collectionVouchers,
14 });
15}
UnloadingRequestEntity({ required this.warehouseResponsibleId, required this.firstWeight, required this.userId, required this.collectionVouchers, })
final List< CollectionVoucherEntity > collectionVouchers