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

Private Member Functions

 ReqCollectionConfirmationModel ({ required super.id, required super.invoiceDateDue, required super.userId, required super.voucherImage, required super.containerImage, })
factory ReqCollectionConfirmationModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()
factory ReqCollectionConfirmationModel fromEntity (ReqCollectionConfirmationEntity entity)
const ReqCollectionConfirmationEntity ({ required this.id, required this.invoiceDateDue, required this.userId, required this.voucherImage, required this.containerImage, })

Private Attributes

final String id
final DateTime invoiceDateDue
final String userId
final String voucherImage
final String containerImage

Detailed Description

Definition at line 3 of file req_collection_confirmation_model.dart.

Constructor & Destructor Documentation

◆ ReqCollectionConfirmationEntity()

const ReqCollectionConfirmationEntity::ReqCollectionConfirmationEntity ( { required this.id, required this.invoiceDateDue, required this.userId, required this.voucherImage, required this.containerImage, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ fromEntity()

factory ReqCollectionConfirmationModel ReqCollectionConfirmationEntity::fromEntity ( ReqCollectionConfirmationEntity entity)
inlineprivate

Definition at line 33 of file req_collection_confirmation_model.dart.

Here is the call graph for this function:

◆ fromJson()

factory ReqCollectionConfirmationModel ReqCollectionConfirmationEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 13 of file req_collection_confirmation_model.dart.

Here is the call graph for this function:

◆ ReqCollectionConfirmationModel()

ReqCollectionConfirmationEntity::ReqCollectionConfirmationModel ( { required super.id, required super.invoiceDateDue, required super.userId, required super.voucherImage, required super.containerImage, } )
private
Here is the caller graph for this function:

◆ toJson()

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

Definition at line 23 of file req_collection_confirmation_model.dart.

Member Data Documentation

◆ containerImage

final String ReqCollectionConfirmationEntity::containerImage
private

Definition at line 6 of file req_collection_confirmation_entity.dart.

◆ id

final String ReqCollectionConfirmationEntity::id
private

Definition at line 2 of file req_collection_confirmation_entity.dart.

◆ invoiceDateDue

final DateTime ReqCollectionConfirmationEntity::invoiceDateDue
private

Definition at line 3 of file req_collection_confirmation_entity.dart.

◆ userId

final String ReqCollectionConfirmationEntity::userId
private

Definition at line 4 of file req_collection_confirmation_entity.dart.

◆ voucherImage

final String ReqCollectionConfirmationEntity::voucherImage
private

Definition at line 5 of file req_collection_confirmation_entity.dart.


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