ErrorEvent class

Will dispatch when Runner.run() throw exceptions.

Inheritance

Properties

container → ProviderContainer
Runner container use for exploring providers.
finalinherited
error Object
An error/exception had been throw.
final
hashCode int
The hash code for this object.
no setterinherited
isPropagationStopped bool
Whether the propagation stopped or not.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
Exception stack trace.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stopPropagation() → void
Stops the propagation of the event to further event listeners. If multiple event listeners are connected to the same event, no further event listener will be triggered once any events call stopPropagation().
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited