TaskBuilder<A> class
final
Constructors
-
TaskBuilder(Task<
A> _f) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bracket<
B> ({required Task< B> use(A), required Task<void> release(A)}) → TaskBuilder<B> -
build(
) → Task< A> -
map<
A2> (A2 mapper(A)) → TaskBuilder< A2> -
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