UncaughtError constructor

UncaughtError(
  1. Object error,
  2. StackTrace stackTrace
)

Implementation

UncaughtError(this.error, this.stackTrace);