Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
res_collection_information_entity.dart
Go to the documentation of this file.
3 final int id;
4 final String? note;
7 final double volume;
10 final double volumeCollected;
11 final int? restaurantId;
12
14 required this.depositedDrum,
15 required this.id,
16 this.note,
17 required this.recoveredDrum,
18 required this.reference,
19 required this.volume,
20 required this.address,
21 required this.restaurant,
22 required this.volumeCollected,
23 this.restaurantId,
24 });
25}
ResCollectionInformationEntity({ required this.depositedDrum, required this.id, this.note, required this.recoveredDrum, required this.reference, required this.volume, required this.address, required this.restaurant, required this.volumeCollected, this.restaurantId, })
class Partner String