IndicesT constructor

IndicesT({
  1. List<int>? data,
  2. int count = 0,
  3. IndexType type = IndexType.k16Bit,
})

Implementation

IndicesT({
    this.data,
    this.count = 0,
    this.type = IndexType.k16Bit});