Steps class

Constructors

Steps({String? orientation, String? assistantAction, List<Cities>? cities, num? tollDistance, String? tollRoad, String? road, String? action, String? instruction, List<Tmcs>? tmcs, String? polyline, num? duration, num? distance, num? tolls})
Steps.fromJson(Map<String, dynamic> json)

Properties

action String?
getter/setter pair
assistantAction String?
getter/setter pair
cities List<Cities>?
getter/setter pair
distance num?
getter/setter pair
duration num?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instruction String?
getter/setter pair
orientation String?
getter/setter pair
polyline String?
getter/setter pair
road String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tmcs List<Tmcs>?
getter/setter pair
tollDistance num?
getter/setter pair
tollRoad String?
getter/setter pair
tolls num?
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