Leg class
- Annotations
-
- @JsonSerializable()
Constructors
- Leg()
-
Leg.fromJson(Map<
String, dynamic> json) -
factory
Properties
- distance ↔ TextValue?
-
getter/setter pair
- duration ↔ TextValue?
-
getter/setter pair
- endAddress ↔ String?
-
getter/setter pair
- endLocation ↔ LatLng?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startAddress ↔ String?
-
getter/setter pair
- startLocation ↔ LatLng?
-
getter/setter pair
-
steps
↔ List<
Step> ? -
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