CompiledOmGenerator constructor

CompiledOmGenerator(
  1. OutputWriter output,
  2. LibraryReader library,
  3. BuildStep step,
  4. DiConfig config,
  5. GenerationTimer timer,
  6. bool debug,
)

Implementation

CompiledOmGenerator(
  this.output,
  this.library,
  this.step,
  this.config,
  this.timer,
  this.debug,
) : typeMap = TypeMap(output, library.element.typeSystem, step, config);