DslGenerator constructor
const
DslGenerator(
- CompositeWriteStrategy strategy, {
- required CliContext cliContext,
Creates a generator that aggregates DSLs and writes output via strategy
.
Implementation
const DslGenerator(this.strategy, {required this.cliContext});