OrderByItem constructor
The order by item.
Example:
OrderByItem(CustomColumns.base.width, true);
See also:
Implementation
const OrderByItem(this.column, this.isAsc);
The order by item.
Example:
OrderByItem(CustomColumns.base.width, true);
See also:
const OrderByItem(this.column, this.isAsc);