ExpressionSort class

Inheritance

Constructors

ExpressionSort(Expression expression, bool ascending)
const

Properties

ascending bool
final
expression Expression
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

linear() List<ExpressionSort>
Returns a linear list of ExpressionSort.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reduce() Sort
Tries to simplify the Sort structure to avoid redundancy.
override
toString() String
A string representation of this object.
inherited

Operators

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