PeekValueProperty constructor
PeekValueProperty({
- required int index,
- required MapperProperty property,
Implementation
PeekValueProperty({required this.index, required this.property});