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

Private Member Functions

 CollectionStatisticsModel ({ required super.canceledCollections, required super.collectionNumbersDone, required super.doneVolume, required super.pendingCollections, required super.totalCollections, required super.totalVolume, required super.percentageCompleted, })
factory CollectionStatisticsModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()
 CollectionStatisticsEntity ({ required this.canceledCollections, required this.collectionNumbersDone, required this.doneVolume, required this.pendingCollections, required this.totalCollections, required this.totalVolume, required this.percentageCompleted, })

Private Attributes

final int canceledCollections
final int collectionNumbersDone
final double doneVolume
final int pendingCollections
final int totalCollections
final double totalVolume
final double percentageCompleted

Detailed Description

Definition at line 4 of file collection_statistics_model.dart.

Constructor & Destructor Documentation

◆ CollectionStatisticsEntity()

CollectionStatisticsEntity::CollectionStatisticsEntity ( { required this.canceledCollections, required this.collectionNumbersDone, required this.doneVolume, required this.pendingCollections, required this.totalCollections, required this.totalVolume, required this.percentageCompleted, } )
private

Member Function Documentation

◆ CollectionStatisticsModel()

CollectionStatisticsEntity::CollectionStatisticsModel ( { required super.canceledCollections, required super.collectionNumbersDone, required super.doneVolume, required super.pendingCollections, required super.totalCollections, required super.totalVolume, required super.percentageCompleted, } )
private
Here is the caller graph for this function:

◆ fromJson()

factory CollectionStatisticsModel CollectionStatisticsEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 15 of file collection_statistics_model.dart.

Here is the call graph for this function:

◆ toJson()

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

Definition at line 27 of file collection_statistics_model.dart.

Member Data Documentation

◆ canceledCollections

final int CollectionStatisticsEntity::canceledCollections
private

Definition at line 2 of file collection_statistics_entity.dart.

◆ collectionNumbersDone

final int CollectionStatisticsEntity::collectionNumbersDone
private

Definition at line 3 of file collection_statistics_entity.dart.

◆ doneVolume

final double CollectionStatisticsEntity::doneVolume
private

Definition at line 4 of file collection_statistics_entity.dart.

◆ pendingCollections

final int CollectionStatisticsEntity::pendingCollections
private

Definition at line 5 of file collection_statistics_entity.dart.

◆ percentageCompleted

final double CollectionStatisticsEntity::percentageCompleted
private

Definition at line 8 of file collection_statistics_entity.dart.

◆ totalCollections

final int CollectionStatisticsEntity::totalCollections
private

Definition at line 6 of file collection_statistics_entity.dart.

◆ totalVolume

final double CollectionStatisticsEntity::totalVolume
private

Definition at line 7 of file collection_statistics_entity.dart.


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