ListIndex<T> constructor

const ListIndex<T>(
  1. int index,
  2. T value
)

Implementation

const ListIndex(this.index, this.value);