pip_services3_commons
pip_services3_commons
SortField
SortField constructor
SortField
pip_services3_commons
pip_services3_commons
SortField
SortField constructor
SortField class
Constructors
SortField
fromJson
Properties
ascending
hashCode
name
runtimeType
Methods
fromJson
noSuchMethod
toJson
toString
Operators
operator ==
SortField
constructor
SortField
(
[
String
name
,
bool
ascending
=
true
]
)
Creates a new instance and assigns its values.
name
the name of the field to sort by.
ascending
true to sort in ascending order, and false to sort in descending order.