EventTarget class abstract

Inheritance
Implementers

Constructors

EventTarget(BindingContext? context)

Properties

contextId int?
no setterinherited
disposed bool
no setter
eventPath List<EventTarget>
no setter
hashCode int
The hash code for this object.
no setterinherited
parentEventTarget EventTarget?
no setter
pointer → dynamic
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEventListener(String eventType, EventHandler eventHandler) → void
dispatchEvent(Event event) → void
dispose() → void
override
getBindingProperty(String key) → dynamic
inherited
getEventHandlers() Map<String, List<EventHandler>>
hasEventListener(String type) bool
invokeBindingMethod(String method, List args) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(String eventType, EventHandler eventHandler) → void
setBindingProperty(String key, dynamic value) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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