ErrorEvent<T> constructor
ErrorEvent<T> (
- T error, {
- StackTrace? stackTrace,
- Map errorData = const {},
Implementation
ErrorEvent(this.error, {this.stackTrace, this.errorData = const {}});