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