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