7 required this.reference,
27 required this.duration,
28 required this.startLocationLatitude,
29 required this.startLocationLongitude,
30 required this.endLocationLatitude,
31 required this.endLocationLongitude,
32 required this.purchaseOrders,
33 required this.drivers,
PurchaseOrderEntity({ required this.id, required this.reference, })
final List< PurchaseOrderEntity > purchaseOrders
final String endLocationLongitude
ReqCreateRoutingEntity({ required this.duration, required this.startLocationLatitude, required this.startLocationLongitude, required this.endLocationLatitude, required this.endLocationLongitude, required this.purchaseOrders, required this.drivers, })
final String startLocationLatitude
final String startLocationLongitude
final List< DriverEntity > drivers
final String endLocationLatitude
DriverEntity({required this.id})