8 required this.arrivalTime,
10 required this.locationId,
11 required this.locationName,
18 final Map<String, List<RouteStopEntity>>
solution;
29 required this.numLateVisits,
30 required this.numUnserved,
31 required this.solution,
33 required this.totalBreakTime,
34 required this.totalIdleTime,
35 required this.totalTravelTime,
36 required this.totalVehicleOvertime,
37 required this.totalVisitLateness,
38 required this.totalWorkingTime,
39 required this.vehicleOvertime,
final String locationName
RouteStopEntity({ required this.arrivalTime, this.finishTime, required this.locationId, required this.locationName, })
final int totalVisitLateness
final Map< String, List< RouteStopEntity > > solution
final int totalVehicleOvertime
class RouteStopEntity numLateVisits
final Map< String, int > vehicleOvertime
final int totalWorkingTime
ResCreateRoutingEntity({ required this.numLateVisits, required this.numUnserved, required this.solution, required this.status, required this.totalBreakTime, required this.totalIdleTime, required this.totalTravelTime, required this.totalVehicleOvertime, required this.totalVisitLateness, required this.totalWorkingTime, required this.vehicleOvertime, })
final int totalTravelTime