NavigationStep constructor
//////////// ////////////
Implementation
// III.B - Constructor
///////////////
const NavigationStep({
required this.instruction,
required this.location,
required this.distance,
required this.duration,
required this.maneuver,
this.roadName,
this.speedLimit,
this.trafficStatus,
this.hazardWarning,
});