CompiledOmGenerator constructor
CompiledOmGenerator(
- OutputWriter output,
- LibraryReader library,
- BuildStep step,
- DiConfig config,
- GenerationTimer timer,
- bool debug,
Implementation
CompiledOmGenerator(
this.output,
this.library,
this.step,
this.config,
this.timer,
this.debug,
) : typeMap = TypeMap(output, library.element.typeSystem, step, config);