Road.withError constructor

Road.withError()

Implementation

Road.withError()
    : duration = 0.0,
      distance = 0.0,
      polylineEncoded = "",
      _isError = true;