Route constructor
const
Route({})
Implementation
const Route({
required this.distance,
required this.duration,
required this.polylineEncoded,
this.instructions = const <RouteInstruction>[],
this.alternativesRoads,
this.polyline = const <LngLat>[],
});