Step constructor
Step({})
Implementation
Step({
required this.distance,
required this.duration,
required this.type,
required this.instruction,
required this.name,
required this.wayPoints,
});