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

Private Member Functions

 CollectionVoucherModel ({ required super.id, required super.volumeCollected, })
factory CollectionVoucherModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()
 CollectionVoucherEntity ({ required this.id, required this.volumeCollected, })

Private Attributes

final int id
final double volumeCollected

Detailed Description

Definition at line 3 of file collection_voucher_model.dart.

Constructor & Destructor Documentation

◆ CollectionVoucherEntity()

CollectionVoucherEntity::CollectionVoucherEntity ( { required this.id, required this.volumeCollected, } )
private

Member Function Documentation

◆ CollectionVoucherModel()

CollectionVoucherEntity::CollectionVoucherModel ( { required super.id, required super.volumeCollected, } )
private
Here is the caller graph for this function:

◆ fromJson()

factory CollectionVoucherModel CollectionVoucherEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 9 of file collection_voucher_model.dart.

Here is the call graph for this function:

◆ toJson()

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

Definition at line 16 of file collection_voucher_model.dart.

Member Data Documentation

◆ id

final int CollectionVoucherEntity::id
private

Definition at line 2 of file collection_voucher_entity.dart.

◆ volumeCollected

final double CollectionVoucherEntity::volumeCollected
private

Definition at line 3 of file collection_voucher_entity.dart.


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