Route constructor
Route({
- String? encodedPolyline,
- double? distanceInMeters,
- int? timeInMs,
- List<
Instruction> ? instructionList,
Implementation
Route(
{this.encodedPolyline,
this.distanceInMeters,
this.timeInMs,
this.instructionList});