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