MultiplexingBuilder class Null safety
A Builder that runs multiple delegate builders asynchronously.
Note: All builders are ran without ordering guarantees. Thus, none of the builders can use the outputs of other builders in this group. All builders must also have distinct outputs.
- Implemented types
- Available Extensions
Constructors
-
MultiplexingBuilder(Iterable<
Builder> _builders)
Properties
Methods
-
build(
BuildStep buildStep) → FutureOr< void> -
Generates the outputs for a given BuildStep.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited