TaskWithApplyArgs<T> class

Inheritance

Constructors

TaskWithApplyArgs(TaskApply task, List? positionalArguments, Map<Symbol, dynamic>? namedArguments)

Properties

hashCode int
The hash code for this object.
no setterinherited
namedArguments Map<Symbol, dynamic>?
final
positionalArguments List?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task TaskApply
final

Methods

execute() FutureOr<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.
inherited