RecordedIndices constructor

const RecordedIndices(
  1. IndexType type,
  2. int count, {
  3. required bool transient,
})

Implementation

const RecordedIndices(this.type, this.count, {required this.transient});