Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
unloading_history_entity.dart
Go to the documentation of this file.
2 final DateTime? deliveredOn;
3 final int? id;
4 final double? quantityUnloaded;
5 final double? quantityWeight;
7 final String? status;
9
11 required this.deliveredOn,
12 required this.id,
13 required this.quantityUnloaded,
14 required this.quantityWeight,
15 required this.reference,
16 required this.status,
17 required this.warehouseResponsible,
18 });
19}
UnloadingHistoryEntity({ required this.deliveredOn, required this.id, required this.quantityUnloaded, required this.quantityWeight, required this.reference, required this.status, required this.warehouseResponsible, })
class Partner String