DslGenerator constructor

const DslGenerator(
  1. CompositeWriteStrategy strategy, {
  2. required CliContext cliContext,
})

Creates a generator that aggregates DSLs and writes output via strategy.

Implementation

const DslGenerator(this.strategy, {required this.cliContext});