ErrorEvent constructor
const
ErrorEvent(
- Exception? exception,
- StackTrace? stackTrace, {
- ErrorGravity gravity = ErrorGravity.fatal,
- String description = "",
Event that indicates that an error happened.
Implementation
const ErrorEvent(this.exception, this.stackTrace, {this.gravity = ErrorGravity.fatal, super.description});