YustOrderBy class

The OrderBy class holds a field name and whether the sorting should be decreasing

The field may be a String consisting of a single field name (referring to a top level field in the document), or a series of field names separated by dots '.'

Annotations
  • @JsonSerializable()

Constructors

YustOrderBy({required String field, bool descending = false})
YustOrderBy.fromJson(Map<String, dynamic> json)
factory

Properties

descending bool
Whether the sorting should be decreasing
getter/setter pair
field String
The ID of the brick this filter referes to
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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