TaskWith2Args<T, Q, C> class

Inheritance

Constructors

TaskWith2Args(Task2<T, Q, C> task, Q argument, C argument2)
const

Properties

argument → Q
final
argument2 → C
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 Task2<T, Q, C>
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