DOMActionCall<T> class

Inheritance
Available Extensions

Constructors

DOMActionCall(DOMActionExecutor<T> executor, String name, List<String>? parameters)

Properties

executor DOMActionExecutor<T>
finalinherited
hashCode int
The hash code for this object.
no setteroverride
name String
final
next DOMAction<T>?
getter/setter pairinherited
parameters List<String>
final
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?
inherited
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