ProviderElementContext class
- Implemented types
Constructors
- 
          ProviderElementContext(ProviderViewContext _rootProviderContext, ProviderElementContext? _parent, bool _isViewRoot, List<DirectiveAst> _directiveAsts, List<AttrAst> attrs, List<ReferenceAst> refs, SourceSpan? _sourceSpan)
Properties
- 
  attributeDeps
  → Set<String> 
- 
  A container for all @Attribute dependencies.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- requiresViewContainer → bool
- 
  
  no setteroverride
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  transformedDirectiveAsts
  → List<DirectiveAst> 
- 
  
  no setter
- 
  transformProviders
  → List<ProviderAst> 
- 
  
  no setter
Methods
- 
  afterElement() → void 
- 
  hasNonLocalRequest(ProviderAst providerAst) → bool 
- 
  
  override
- 
  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