Route constructor
Route({})
Implementation
Route({
required this.summary,
required this.legs,
required this.copyrights,
required this.overviewPolyline,
required this.warnings,
required this.waypointOrder,
required this.bounds,
this.fare,
});