SortConfig class

Represents one specific sort option to a specified property.

Constructors

SortConfig(SortOption sortOption, String property)
Creates a SortConfig which sorts the property in the way sortOption specifies.

Properties

hashCode int
The hash code for this object.
no setterinherited
property String
The JSON Pointer to the property which is going to be sorted.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortOption SortOption
The sorting operation: SortOption.ascending or SortOption.descending.
final

Methods

generateString() String
Returns the stored information of this SortConfig ready to use in an OptionQuery.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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