IndexedColumn constructor

const IndexedColumn(
  1. Symbol columnName, {
  2. required OrderingMode? orderBy,
})

Creates an indexed column from a Symbol and index options.

Implementation

const IndexedColumn(this.columnName, {required this.orderBy});