ValueHolder<T> constructor

ValueHolder<T>({
  1. required T value,
  2. required int index,
})

Implementation

ValueHolder({required this.value, required this.index});