CompositeIndex constructor

const CompositeIndex(
  1. String property, {
  2. IndexType? type,
  3. bool? caseSensitive,
})

Another property that is part of the composite index.

Implementation

const CompositeIndex(this.property, {this.type, this.caseSensitive});