ErrorEvent<T> constructor

const ErrorEvent<T>(
  1. Object error,
  2. StackTrace stackTrace
)

Implementation

const ErrorEvent(this.error, this.stackTrace);