Steps constructor

Steps({
  1. List<TMC>? TMCs,
  2. String? action,
  3. String? assistantAction,
  4. num? distance,
  5. num? duration,
  6. String? instruction,
  7. String? orientation,
  8. List<LatLng>? polyline,
  9. String? road,
  10. List<RouteSearchCityList>? routeSearchCityList,
  11. num? tollDistance,
  12. String? tollRoad,
  13. num? tolls,
})

Implementation

Steps({
  this.TMCs,
  this.action,
  this.assistantAction,
  this.distance,
  this.duration,
  this.instruction,
  this.orientation,
  this.polyline,
  this.road,
  this.routeSearchCityList,
  this.tollDistance,
  this.tollRoad,
  this.tolls,
});