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