Step constructor
Step({})
Implementation
Step({
this.intersections,
this.maneuver,
this.name,
this.weightTypical,
this.durationTypical,
this.duration,
this.distance,
this.drivingSide,
this.weight,
this.mode,
this.geometry,
this.destinations,
});