Leg constructor
Leg({})
Implementation
Leg({
required this.viaWaypoints,
required this.admins,
required this.weight,
required this.duration,
required this.steps,
required this.distance,
required this.summary,
});