Aidra Driver
1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
collection_voucher_entity.dart
Go to the documentation of this file.
1
class
CollectionVoucherEntity
{
2
final
int
id
;
3
final
double
volumeCollected
;
4
5
CollectionVoucherEntity
({
6
required this.id,
7
required this.volumeCollected,
8
});
9
}
CollectionVoucherEntity
Definition
collection_voucher_model.dart:3
CollectionVoucherEntity::id
final int id
Definition
collection_voucher_entity.dart:2
CollectionVoucherEntity::volumeCollected
final double volumeCollected
Definition
collection_voucher_entity.dart:3
CollectionVoucherEntity::CollectionVoucherEntity
CollectionVoucherEntity({ required this.id, required this.volumeCollected, })
lib
features
unloading
domain
entities
collection_voucher_entity.dart
Generated by
1.16.1