UnhandledError constructor
UnhandledError(
- Object error,
- StackTrace stackTrace
Implementation
UnhandledError(this.error, this.stackTrace);
UnhandledError(this.error, this.stackTrace);