TaskWith5Args<T, Q, C, A, B, D> class

Inheritance

Constructors

TaskWith5Args(Task5<T, Q, C, A, B, D> task, Q argument, C argument2, A argument3, B argument4, D argument5)
const

Properties

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