build abstract method
Generates the outputs for a given BuildStep.
This is where the actual code generation happens. Implementers should read the input asset from the build step, transform it as needed, and write one or more output files.
Implementation
FutureOr<void> build(BuildStep buildStep);