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