CompositeIndex constructor

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

Implementation

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