QuerySort class
QuerySort q = QuerySort("id").asc("name").desc("date") http://xxx/list?sort=q.toString()
Properties
Methods
-
asc(
String field) → QuerySort -
desc(
String field) → QuerySort -
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