LegStep constructor

LegStep({
  1. double? distance,
  2. double? duration,
  3. String? geometry,
  4. String? name,
  5. String? destinations,
  6. String? mode,
  7. String? pronunciation,
  8. String? rotaryName,
  9. String? rotaryPronunciation,
  10. StepManeuver? maneuver,
  11. List<VoiceInstructions>? voiceInstructions,
  12. String? drivingSide,
  13. double? weight,
  14. List<StepIntersection>? intersections,
  15. String? exits,
  16. String? ref,
})

Implementation

LegStep({
  this.distance,
  this.duration,
  this.geometry,
  this.name,
  this.destinations,
  this.mode,
  this.pronunciation,
  this.rotaryName,
  this.rotaryPronunciation,
  this.maneuver,
  this.voiceInstructions,
  this.drivingSide,
  this.weight,
  this.intersections,
  this.exits,
  this.ref,
});