DOMActionList<T extends Object> class
Constructors
-
DOMActionList.new(DOMActionExecutor<
T> executor, List<DOMAction< actions)T> >
Properties
Methods
-
actionString(
) → String -
override
-
execute(
T? target, {T? self, DOMTreeMap< Object> ? treeMap, DOMContext<Object> ? 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