Builder class
The basic builder class, used to build new files from existing ones.
- Implementers
Constructors
- Builder()
Properties
Methods
-
build(
BuildStep buildStep) → FutureOr< void> - Generates the outputs for a given BuildStep.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited