Steps class

Constructors

Steps({List<TMC>? TMCs, String? action, String? assistantAction, num? distance, num? duration, String? instruction, String? orientation, List<LatLng>? polyline, String? road, List<RouteSearchCityList>? routeSearchCityList, num? tollDistance, String? tollRoad, num? tolls})
Steps.fromJson(Map<String, dynamic> json)

Properties

action String?
getter/setter pair
assistantAction String?
getter/setter pair
distance num?
getter/setter pair
duration num?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
instruction String?
getter/setter pair
orientation String?
getter/setter pair
polyline List<LatLng>?
getter/setter pair
road String?
getter/setter pair
routeSearchCityList List<RouteSearchCityList>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TMCs List<TMC>?
getter/setter pair
tollDistance num?
getter/setter pair
tollRoad String?
getter/setter pair
tolls num?
getter/setter pair

Methods

copyWith({List<TMC>? TMCs, String? action, String? assistantAction, num? distance, num? duration, String? instruction, String? orientation, List<LatLng>? polyline, String? road, List<RouteSearchCityList>? routeSearchCityList, num? tollDistance, String? tollRoad, num? tolls}) Steps
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.
override

Operators

operator ==(Object other) bool
The equality operator.
override