ErrorEvent<T> constructor
const
ErrorEvent<T> (
- Object error,
- StackTrace stackTrace
Implementation
const ErrorEvent(this.error, this.stackTrace);
const ErrorEvent(this.error, this.stackTrace);