sortBy property
final
The order to sort the articles in. Possible options:
-
SortBy.relevancy: Articles more closely related to query come first.
-
SortBy.popularity: Articles from popular sources and publishers come first.
-
SortBy.publishedAt
: Newest articles come first.
Defaults to SortBy.publishedAt
.
Implementation
final SortBy sortBy