SearchColumn constructor

SearchColumn(
  1. String name, {
  2. bool unindexed = false,
  3. bool json = false,
})

Implementation

SearchColumn(this.name, {this.unindexed = false, this.json = false});