EasyRoute constructor
EasyRoute({})
Implementation
EasyRoute({
required this.geometry,
required this.legs,
required this.weightName,
required this.weight,
required this.duration,
required this.distance,
});