PushValueProperty class
@internal
- Inheritance
 - 
    
- Object
 - Property<
MappingContext>  - MapperProperty
 - PushValueProperty
 
 
Constructors
- PushValueProperty({required int index})
 
Properties
Methods
- 
  get(
dynamic instance, MappingContext context) → dynamic  - 
  Read a property value given an instance
  override
 - 
  getType(
) → Type  - 
  
  override
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  set(
dynamic instance, dynamic value, MappingContext context) → void  - 
  Write a property value given an instance
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  validate(
dynamic value) → void  - 
  
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited