SearchSort class final
Describes response sort.
- Available extensions
Constructors
- SearchSort(SearchSortType type, {SearchSortOrigin? origin})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- origin → SearchSortOrigin?
-
Sort origin (if results are ordered by distance).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → SearchSortType
-
Sorting type.
final
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 ==(
covariant SearchSort other) → bool -
The equality operator.
override