TaskWith3Args<T, Q, C, A> class

Inheritance

Constructors

TaskWith3Args(Task3<T, Q, C, A> task, Q argument, C argument2, A argument3)
const

Properties

argument → Q
final
argument2 → C
final
argument3 → A
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task Task3<T, Q, C, A>
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