|
| | 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, }) |
◆ 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 |
◆ fromEntity()
◆ 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 |
◆ toJson()
| Map< String, dynamic > ReqCreateRoutingEntity::toJson |
( |
| ) |
|
|
inlineprivate |
◆ drivers
◆ duration
| final int ReqCreateRoutingEntity::duration |
|
private |
◆ endLocationLatitude
| final String ReqCreateRoutingEntity::endLocationLatitude |
|
private |
◆ endLocationLongitude
| final String ReqCreateRoutingEntity::endLocationLongitude |
|
private |
◆ purchaseOrders
◆ startLocationLatitude
| final String ReqCreateRoutingEntity::startLocationLatitude |
|
private |
◆ startLocationLongitude
| final String ReqCreateRoutingEntity::startLocationLongitude |
|
private |
The documentation for this class was generated from the following files: