IndexedData<T> constructor

const IndexedData<T>(
  1. int index,
  2. T data
)

Implementation

const IndexedData(this.index, this.data);