TypeMap constructor

TypeMap(
  1. OutputWriter output,
  2. TypeSystem typeSystem,
  3. BuildStep step,
  4. DiConfig config,
)

Implementation

TypeMap(this.output, this.typeSystem, this.step, this.config);