ConstantAccessor class
@internal
Constructors
- ConstantAccessor({required dynamic value})
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setteroverride
 - index ↔ int
 - 
  
  getter/setter pairinherited
 - name ↔ String
 - 
  
  getter/setter pairinherited
 - readOnly ↔ bool
 - 
  
  getter/setter pairinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - type ↔ Type
 - 
  
  getter/setter pairinherited
 - value ↔ dynamic
 - 
  
  getter/setter pair
 
Methods
- 
  getContainerConstructor(
) → Function?  - 
  
  inherited
 - 
  getElementType(
) → Type  - 
  
  inherited
 - 
  isContainer(
) → bool  - 
  
  inherited
 - 
  makeTransformerProperty(
bool write) → MapperProperty  - 
  
  override
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  resolve(
Type type, bool write) → void  - 
  
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  override