IndexedColumn constructor

const IndexedColumn(
  1. String column, {
  2. bool ascending = true,
})

Implementation

const IndexedColumn(this.column, {this.ascending = true});