IndexItem<T> constructor

IndexItem<T>(
  1. int index,
  2. T item
)

Implementation

IndexItem(this.index, this.item);