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.
1
class
UnloadingCollectionEntity
{
2
final
String
?
address
;
3
final
DateTime?
collectionDate
;
4
final
int
?
id
;
5
final
String
?
reference
;
6
final
String
?
restaurant
;
7
final
int
?
restaurantId
;
8
final
double
?
volumeCollected
;
9
10
UnloadingCollectionEntity
({
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
Definition
unloading_collection_model.dart:3
UnloadingCollectionEntity::id
final int id
Definition
unloading_collection_entity.dart:4
UnloadingCollectionEntity::restaurant
final String restaurant
Definition
unloading_collection_entity.dart:6
UnloadingCollectionEntity::restaurantId
final int restaurantId
Definition
unloading_collection_entity.dart:7
UnloadingCollectionEntity::address
final String address
Definition
unloading_collection_entity.dart:2
UnloadingCollectionEntity::collectionDate
final DateTime collectionDate
Definition
unloading_collection_entity.dart:3
UnloadingCollectionEntity::reference
final String reference
Definition
unloading_collection_entity.dart:5
UnloadingCollectionEntity::UnloadingCollectionEntity
UnloadingCollectionEntity({ required this.id, required this.reference, required this.restaurant, required this.restaurantId, required this.address, required this.collectionDate, required this.volumeCollected, })
UnloadingCollectionEntity::volumeCollected
final double volumeCollected
Definition
unloading_collection_entity.dart:8
String
class Partner String
lib
features
unloading
domain
entities
unloading_collection_entity.dart
Generated by
1.16.1