PropertyAccessor class
@internal
Constructors
- PropertyAccessor({required String name, bool validate = false})
Properties
- field ↔ FieldDescriptor
- 
  
  getter/setter pair
- 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
- validate ↔ bool
- 
  
  getter/setter pair
Methods
- 
  getContainerConstructor() → Function? 
- 
  
  override
- 
  getElementType() → Type 
- 
  
  override
- 
  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