StreetViewException constructor
StreetViewException(
- StreetViewErrorType errorType,
- String message, {
- dynamic underlyingError,
- StackTrace? stackTrace,
Implementation
StreetViewException(
this.errorType,
this.message, {
this.underlyingError,
this.stackTrace,
});