TemplateCompilerOutputs constructor

const TemplateCompilerOutputs(
  1. DartSourceOutput? templateSource,
  2. ReflectableOutput reflectableOutput,
  3. List<InjectorReader> injectorsOutput
)

Implementation

const TemplateCompilerOutputs(
  this.templateSource,
  this.reflectableOutput,
  this.injectorsOutput,
);