Order class

Defines how to order a database column.

Constructors

Order({required Column column, bool orderDescending = false})
Creates a new Order definition for a specific column and whether it should be ordered descending or ascending.

Properties

column Column
The columns to order by.
final
hashCode int
The hash code for this object.
no setterinherited
orderDescending bool
Whether the column should be ordered ascending or descending.
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
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited