OptimizeRouteStep class
Constructors
-
OptimizeRouteStep.new({String? id, String? type, int? arrival, int? duration, List<
double> ? location, List<double> ? projectedLocation, int? locationIndex, List<int> ? load, int? service, int? waitingTime, int? setup, String? lateBy, String? description, int? distance, List<double> ? snappedLocation}) -
OptimizeRouteStep.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arrival ↔ int?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- distance ↔ int?
-
getter/setter pair
- duration ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- lateBy ↔ String?
-
getter/setter pair
-
load
↔ List<
int> ? -
getter/setter pair
-
location
↔ List<
double> ? -
getter/setter pair
- locationIndex ↔ int?
-
getter/setter pair
-
projectedLocation
↔ List<
double> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service ↔ int?
-
getter/setter pair
- setup ↔ int?
-
getter/setter pair
-
snappedLocation
↔ List<
double> ? -
getter/setter pair
- type ↔ String?
-
getter/setter pair
- waitingTime ↔ int?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited