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