ErrorEvent<T> constructor Null safety

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

Implementation

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