TemplateCompilerOutputs constructor
const
TemplateCompilerOutputs(
- DartSourceOutput? templateSource,
- ReflectableOutput reflectableOutput,
- List<
InjectorReader> injectorsOutput
Implementation
const TemplateCompilerOutputs(
this.templateSource,
this.reflectableOutput,
this.injectorsOutput,
);