ProviderViewContext class

Per component level context used to parse template using TemplateParseVisitor.

Constructors

ProviderViewContext(CompileDirectiveMetadata component, SourceSpan sourceSpan)

Properties

component CompileDirectiveMetadata
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceSpan → SourceSpan
final
viewProviders CompileTokenMap<bool>
List of tokens provided by component.
getter/setter pair
viewQueries CompileTokenMap<List<CompileQueryMetadata>>
List of queries defined on the component used to detect which providers should be eagerly created at runtime initialization.
getter/setter pair

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