DirectionsApiResponse.withError constructor

DirectionsApiResponse.withError(
  1. Error error
)

Implementation

DirectionsApiResponse.withError(Error error) {
  error = error;
}