IndexColumn constructor

IndexColumn(
  1. String name, {
  2. bool ascending = true,
})

Implementation

IndexColumn(this.name, {this.ascending = true});