sortBy property Null safety
read / write
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
SortType? sortBy;