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

Private Member Functions

 ReqCreateRoutingModel ({ required super.duration, required super.startLocationLatitude, required super.startLocationLongitude, required super.endLocationLatitude, required super.endLocationLongitude, required super.purchaseOrders, required super.drivers, })
Map< String, dynamic > toJson ()
factory ReqCreateRoutingModel fromEntity (ReqCreateRoutingEntity entity)
 ReqCreateRoutingEntity ({ required this.duration, required this.startLocationLatitude, required this.startLocationLongitude, required this.endLocationLatitude, required this.endLocationLongitude, required this.purchaseOrders, required this.drivers, })

Private Attributes

final int duration
final String startLocationLatitude
final String startLocationLongitude
final String endLocationLatitude
final String endLocationLongitude
final List< PurchaseOrderEntitypurchaseOrders
final List< DriverEntitydrivers

Detailed Description

Definition at line 38 of file req_create_routing_model.dart.

Constructor & Destructor Documentation

◆ ReqCreateRoutingEntity()

ReqCreateRoutingEntity::ReqCreateRoutingEntity ( { required this.duration, required this.startLocationLatitude, required this.startLocationLongitude, required this.endLocationLatitude, required this.endLocationLongitude, required this.purchaseOrders, required this.drivers, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ fromEntity()

factory ReqCreateRoutingModel ReqCreateRoutingEntity::fromEntity ( ReqCreateRoutingEntity entity)
inlineprivate

Definition at line 61 of file req_create_routing_model.dart.

Here is the call graph for this function:

◆ ReqCreateRoutingModel()

ReqCreateRoutingEntity::ReqCreateRoutingModel ( { required super.duration, required super.startLocationLatitude, required super.startLocationLongitude, required super.endLocationLatitude, required super.endLocationLongitude, required super.purchaseOrders, required super.drivers, } )
private
Here is the caller graph for this function:

◆ toJson()

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

Definition at line 49 of file req_create_routing_model.dart.

Here is the call graph for this function:

Member Data Documentation

◆ drivers

final List<DriverEntity> ReqCreateRoutingEntity::drivers
private

Definition at line 24 of file req_create_routing_entity.dart.

◆ duration

final int ReqCreateRoutingEntity::duration
private

Definition at line 18 of file req_create_routing_entity.dart.

◆ endLocationLatitude

final String ReqCreateRoutingEntity::endLocationLatitude
private

Definition at line 21 of file req_create_routing_entity.dart.

◆ endLocationLongitude

final String ReqCreateRoutingEntity::endLocationLongitude
private

Definition at line 22 of file req_create_routing_entity.dart.

◆ purchaseOrders

final List<PurchaseOrderEntity> ReqCreateRoutingEntity::purchaseOrders
private

Definition at line 23 of file req_create_routing_entity.dart.

◆ startLocationLatitude

final String ReqCreateRoutingEntity::startLocationLatitude
private

Definition at line 19 of file req_create_routing_entity.dart.

◆ startLocationLongitude

final String ReqCreateRoutingEntity::startLocationLongitude
private

Definition at line 20 of file req_create_routing_entity.dart.


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