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