Step class

Annotations
  • @JsonSerializable()

Constructors

Step()
Step.fromJson(Map<String, dynamic> json)
factory

Properties

distance TextValue?
getter/setter pair
duration TextValue?
getter/setter pair
endLocation LatLng?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
htmlInstructions String?
getter/setter pair
polyline Polyline?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startLocation LatLng?
getter/setter pair
travelMode String?
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