PeekValueProperty constructor

PeekValueProperty({
  1. required int index,
  2. required MapperProperty property,
})

Implementation

PeekValueProperty({required this.index, required this.property});