ApptiveGridSorting class

Basic Sorting operation

Sort classes may extend this class if they need more options for sorting

See DistanceApptiveGridSorting

Implementers

Constructors

ApptiveGridSorting({required String fieldId, required SortOrder order})
Request entities to be sorted by the values of fieldId in order
const

Properties

fieldId String
Field Id of the GridField the Items should be sorted by
final
hashCode int
The hash code for this object.
no setteroverride
order SortOrder
Order the items should be
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? fieldId, SortOrder? order}) ApptiveGridSorting
Creates a new Version of ApptiveGridSorting changing the values of this with fieldId and order if they are not null
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRequestObject() → dynamic
Creates a map that the backend understands
toString() String
A string representation of this object.
override

Operators

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