Leg constructor
Leg({})
Implementation
Leg({
required this.distanceMeters,
required this.duration,
required this.staticDuration,
required this.polyline,
required this.startLocation,
required this.endLocation,
required this.steps,
required this.localizedValues,
});