BsOrderColumn constructor

const BsOrderColumn({
  1. bool ordered = false,
  2. String orderType = BsOrderColumn.def,
})

Implementation

const BsOrderColumn(
    {this.ordered = false, this.orderType = BsOrderColumn.def});