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

Private Member Functions

 PurchaseOrderModel ({ required super.id, required super.reference, })
Map< String, dynamic > toJson ()
factory PurchaseOrderModel fromEntity (PurchaseOrderEntity entity)
 PurchaseOrderEntity ({ required this.id, required this.reference, })

Private Attributes

final int id
final String reference

Detailed Description

Definition at line 3 of file req_create_routing_model.dart.

Constructor & Destructor Documentation

◆ PurchaseOrderEntity()

PurchaseOrderEntity::PurchaseOrderEntity ( { required this.id, required this.reference, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ fromEntity()

factory PurchaseOrderModel PurchaseOrderEntity::fromEntity ( PurchaseOrderEntity entity)
inlineprivate

Definition at line 16 of file req_create_routing_model.dart.

Here is the call graph for this function:

◆ PurchaseOrderModel()

PurchaseOrderEntity::PurchaseOrderModel ( { required super.id, required super.reference, } )
private
Here is the caller graph for this function:

◆ toJson()

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

Definition at line 9 of file req_create_routing_model.dart.

Member Data Documentation

◆ id

final int PurchaseOrderEntity::id
private

Definition at line 2 of file req_create_routing_entity.dart.

◆ reference

final String PurchaseOrderEntity::reference
private

Definition at line 3 of file req_create_routing_entity.dart.


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