Event class abstract

Event is the base class for classes containing event data.

Implementers

Constructors

Event()

Properties

hashCode int
The hash code for this object.
no setterinherited
isPropagationStopped bool
Whether the propagation stopped or not.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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().
toString() String
A string representation of this object.
inherited

Operators

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