DOMActionList<T> class

Inheritance
Available Extensions

Constructors

DOMActionList(DOMActionExecutor<T> executor, List<DOMAction<T>> actions)

Properties

actions List<DOMAction<T>>
final
executor DOMActionExecutor<T>
finalinherited
hashCode int
The hash code for this object.
no setteroverride
next DOMAction<T>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

actionString() String
override
execute(T? target, {T? self, DOMTreeMap? treeMap, DOMContext? context}) → T?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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