Finishers class
A collection of finishers.
Properties
Methods
-
all(
) → void - Finish all tasks successfully.
-
cancelAll(
) → void - Cancel all tasks.
-
failAll(
) → void - Fail all tasks.
-
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
-
operator [](
int index) → Finisher - Get the finisher at the given index.