Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
UnloadingCollectionEntity Class Reference

Private Member Functions

 UnloadingCollectionModel ({ required super.id, required super.reference, required super.restaurant, required super.restaurantId, required super.address, required super.collectionDate, required super.volumeCollected, })
factory UnloadingCollectionModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()
 UnloadingCollectionEntity ({ required this.id, required this.reference, required this.restaurant, required this.restaurantId, required this.address, required this.collectionDate, required this.volumeCollected, })

Private Attributes

final String address
final DateTime collectionDate
final int id
final String reference
final String restaurant
final int restaurantId
final double volumeCollected

Detailed Description

Definition at line 3 of file unloading_collection_model.dart.

Constructor & Destructor Documentation

◆ UnloadingCollectionEntity()

UnloadingCollectionEntity::UnloadingCollectionEntity ( { required this.id, required this.reference, required this.restaurant, required this.restaurantId, required this.address, required this.collectionDate, required this.volumeCollected, } )
private

Member Function Documentation

◆ fromJson()

factory UnloadingCollectionModel UnloadingCollectionEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 14 of file unloading_collection_model.dart.

Here is the call graph for this function:

◆ toJson()

Map< String, dynamic > UnloadingCollectionEntity::toJson ( )
inlineprivate

Definition at line 26 of file unloading_collection_model.dart.

◆ UnloadingCollectionModel()

UnloadingCollectionEntity::UnloadingCollectionModel ( { required super.id, required super.reference, required super.restaurant, required super.restaurantId, required super.address, required super.collectionDate, required super.volumeCollected, } )
private
Here is the caller graph for this function:

Member Data Documentation

◆ address

final String UnloadingCollectionEntity::address
private

Definition at line 2 of file unloading_collection_entity.dart.

◆ collectionDate

final DateTime UnloadingCollectionEntity::collectionDate
private

Definition at line 3 of file unloading_collection_entity.dart.

◆ id

final int UnloadingCollectionEntity::id
private

Definition at line 4 of file unloading_collection_entity.dart.

◆ reference

final String UnloadingCollectionEntity::reference
private

Definition at line 5 of file unloading_collection_entity.dart.

◆ restaurant

final String UnloadingCollectionEntity::restaurant
private

Definition at line 6 of file unloading_collection_entity.dart.

◆ restaurantId

final int UnloadingCollectionEntity::restaurantId
private

Definition at line 7 of file unloading_collection_entity.dart.

◆ volumeCollected

final double UnloadingCollectionEntity::volumeCollected
private

Definition at line 8 of file unloading_collection_entity.dart.


The documentation for this class was generated from the following files: