ProviderReader class
Support for reading and parsing constant Providers into data structures.
Constructors
- ProviderReader({DependencyReader dependencyReader = const DependencyReader(), TokenReader tokenReader = const TokenReader()})
 - 
          
            const
 
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
- 
  isProvider(
DartObject o) → bool  - 
  Returns whether an object represents a 
Provider. - 
  isType(
DartObject o) → bool  - Returns whether an object represents a Type.
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  parseProvider(
DartObject o) → ProviderElement  - 
  Parses a static object representing a 
Provider. - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited