ProviderResolverHost class abstract
Interface to be implemented by ProviderResolver users.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createDynamicInjectionSource(
ProviderResolver? source, ProviderSource? value, CompileTokenMetadata? token, bool optional) → ProviderSource - Creates ProviderSource to call injectorGet on parent view that contains source NodeProviders.
-
createI18nMessage(
I18nMessage message) → Expression -
Creates an expression that returns the internationalized
message
. -
createProviderInstance(
ProviderAst resolvedProvider, CompileDirectiveMetadata? directiveMetadata, List< ProviderSource> providerValueExpressions, int uniqueId) → ProviderSource - Creates an eager instance for a provider and returns reference to source.
-
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