FdcDataSetSort class

Describes one field ordering rule in the active dataset sort.

Multiple sort descriptors are applied in list order, so earlier entries have higher sort priority.

Constructors

FdcDataSetSort({required String fieldName, FdcSortType sortType = FdcSortType.ascending})
Creates a FdcDataSetSort.
const

Properties

fieldName String
Dataset field name associated with this object.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortType FdcSortType
Direction used to order values from fieldName.
final

Methods

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