Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
unloading_collection_entity.dart
Go to the documentation of this file.
2 final String? address;
3 final DateTime? collectionDate;
4 final int? id;
7 final int? restaurantId;
8 final double? volumeCollected;
9
11 required this.id,
12 required this.reference,
13 required this.restaurant,
14 required this.restaurantId,
15 required this.address,
16 required this.collectionDate,
17 required this.volumeCollected,
18 });
19
20
21}
UnloadingCollectionEntity({ required this.id, required this.reference, required this.restaurant, required this.restaurantId, required this.address, required this.collectionDate, required this.volumeCollected, })
class Partner String