Step constructor
Implementation
Step({
this.name,
required this.number,
required this.distance,
required this.duration,
required this.isLastStep,
this.levelChange,
required this.navInstructions,
});
Step({
this.name,
required this.number,
required this.distance,
required this.duration,
required this.isLastStep,
this.levelChange,
required this.navInstructions,
});