OptimizeRouteStep constructor

OptimizeRouteStep({
  1. String? id,
  2. String? type,
  3. int? arrival,
  4. int? duration,
  5. List<double>? location,
  6. List<double>? projectedLocation,
  7. int? locationIndex,
  8. List<int>? load,
  9. int? service,
  10. int? waitingTime,
  11. int? setup,
  12. String? lateBy,
  13. String? description,
  14. int? distance,
  15. List<double>? snappedLocation,
})

Implementation

OptimizeRouteStep({
  this.id,
  this.type,
  this.arrival,
  this.duration,
  this.location,
  this.projectedLocation,
  this.locationIndex,
  this.load,
  this.service,
  this.waitingTime,
  this.setup,
  this.lateBy,
  this.description,
  this.distance,
  this.snappedLocation,
});