RunEvent class

Will dispatch when Runner.run() called, this event will be dispatched after boot.

Inheritance

Properties

container → ProviderContainer
Runner container use for exploring providers.
finalinherited
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
zone Zone
Running zone
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