Index constructor

Index(
  1. String nameSuffix,
  2. List<String> columns, {
  3. bool isInverted = false,
  4. List<String>? including,
})

Implementation

Index(
  this.nameSuffix,
  this.columns, {
  this.isInverted = false,
  this.including,
});