Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
req_collection_information_entity.dart
Go to the documentation of this file.
2 final String id;
9 final String? note;
10
12 required this.id,
13 required this.collectionRequest,
14 required this.volumeDeclared,
15 required this.volumeCollected,
16 required this.recoveredDrum,
17 required this.depositedDrum,
18 required this.userId,
19 this.note,
20 });
21}
ReqCollectionInformationEntity({ required this.id, required this.collectionRequest, required this.volumeDeclared, required this.volumeCollected, required this.recoveredDrum, required this.depositedDrum, required this.userId, this.note, })
class Partner String