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

column String
The column name.
final
hashCode int
The hash code for this object.
no setterinherited
isAsc bool
The order type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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