OrderByItem class
The order by item.
Example:
OrderByItem(CustomColumns.base.width, true);
See also:
Constructors
- OrderByItem(String column, bool isAsc)
-
The order by item.
const
- OrderByItem.asc(String column)
-
The order by item.
const
- OrderByItem.desc(String column)
-
The order by item.
const
- OrderByItem.named({required String column, bool isAsc = true})
-
The order by item.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map - Convert to the map.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited