DirectionsApiResponse.withError constructor
DirectionsApiResponse.withError(
- Error error
Implementation
DirectionsApiResponse.withError(Error error) {
error = error;
}
DirectionsApiResponse.withError(Error error) {
error = error;
}