ErrorEvent<T> constructor

ErrorEvent<T>(
  1. T error, {
  2. StackTrace? stackTrace,
  3. Map errorData = const {},
})

Implementation

ErrorEvent(this.error, {this.stackTrace, this.errorData = const {}});