DirectionsResponse constructor
DirectionsResponse({
- ResponseStatus? status,
- String? errorMessage,
- List<
GeocodedWaypoint> ? geocodedWaypoints, - List<
Route> ? routes,
Implementation
DirectionsResponse({
super.status,
super.errorMessage,
this.geocodedWaypoints,
this.routes,
});