StreetViewException constructor

StreetViewException(
  1. StreetViewErrorType errorType,
  2. String message, {
  3. dynamic underlyingError,
  4. StackTrace? stackTrace,
})

Implementation

StreetViewException(
  this.errorType,
  this.message, {
  this.underlyingError,
  this.stackTrace,
});