StepBuilder class final
Builder for creating a Step.
This type is only intended to be used an intermediate result in an expression defining a step. See Step.define for how to define steps.
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
-
build<
T> (FutureOr< T> runStep()) → Step<T> - Build a step without dependencies.
-
dep<
A> (Step< A> stepA) → StepBuilder1<A> -
Add dependency on
stepA
and return a new builder from which to continue (building the final step). -
deps<
S> (Iterable< Step< dependencies) → StepBuilderN<S> >S> -
Add dependency on an arbitrary number of steps
dependencies
and return a new builder from which to continue (building the final step). -
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