TaskWithArg<T, Q> class
- Inheritance
-
- Object
- ExecutableTask<
T> - TaskWithArg
Constructors
-
TaskWithArg(Task1<
T, Q> task, Q argument) -
const
Properties
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