DOMActionList<T> class
Constructors
-
DOMActionList(DOMActionExecutor<
T> executor, List<DOMAction< actions)T> >
Properties
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