ProviderAst constructor
ProviderAst(
- CompileTokenMetadata token,
- bool multiProvider,
- List<
CompileProviderMetadata> providers, - ProviderAstType providerType,
- SourceSpan sourceSpan, {
- required bool eager,
- bool isReferencedOutsideBuild = true,
- CompileTypeMetadata? typeArgument,
- bool visibleForInjection = false,
Implementation
ProviderAst(
this.token,
this.multiProvider,
this.providers,
this.providerType,
this.sourceSpan, {
required this.eager,
this.isReferencedOutsideBuild = true,
this.typeArgument,
this.visibleForInjection = false,
});