sortBy property

SortType? sortBy
final

Sorts the results by either SortType.asc, SortType.desc or SortType.count order.

Please note that the SortType.count is only applicable for QueryType.term type of search widgets.

Implementation

final SortType? sortBy;