TemplateCompilerOutputs class
Elements of a .template.dart
file to be written to disk.
Constructors
-
TemplateCompilerOutputs(DartSourceOutput? templateSource, ReflectableOutput reflectableOutput, List<
InjectorReader> injectorsOutput) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
injectorsOutput
→ List<
InjectorReader> -
For each
@GenerateInjector
, how to generate those injectors.final - reflectableOutput → ReflectableOutput
-
For each
@Component
and@Injectable
, how to allow dynamic loading.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- templateSource → DartSourceOutput?
-
For each
@Component
, how to generate the backing views.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited