EmittedEvent class

A wrapper for native-events.

Constructors

EmittedEvent.fromNativeEvent(Event _nativeEvent)
Create emitted event from native-event.

Properties

bubbles bool?
no setter
cancelable bool?
no setter
composed bool?
no setter
currentTarget EventTarget?
no setter
defaultPrevented bool
no setter
eventPhase int
no setter
hashCode int
The hash code for this object.
no setterinherited
isPropagationStopped bool
no setter
isTrusted bool?
no setter
nativeEvent Event
Native event instance.
no setter
path List<EventTarget>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target EventTarget?
no setter
timeStamp num?
no setter
type String
no setter

Methods

composedPath() List<EventTarget>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preventDefault() → void
restartPropagationIfStopped() → void
Events such as 'change' are immediately stopped after they reach a target that is listening for those events. Calling this method on event will force the framework to re-start propagation of that event.
stopImmediatePropagation() → void
stopPropagation() → void
toString() String
A string representation of this object.
inherited

Operators

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