TaskWith4Args<T, Q, C, A, B> class

Inheritance

Constructors

TaskWith4Args(Task4<T, Q, C, A, B> task, Q argument, C argument2, A argument3, B argument4)
const

Properties

argument → Q
final
argument2 → C
final
argument3 → A
final
argument4 → B
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 Task4<T, Q, C, A, B>
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