IndexedColumn constructor
const
IndexedColumn(
- Symbol columnName, {
- required OrderingMode? orderBy,
Creates an indexed column from a Symbol and index options.
Implementation
const IndexedColumn(this.columnName, {required this.orderBy});