thenByBestLength method
Implementation
QueryBuilder<DictionarySearchResult, DictionarySearchResult, QAfterSortBy>
thenByBestLength() {
return QueryBuilder.apply(this, (query) {
return query.addSortBy(r'bestLength', Sort.asc);
});
}
QueryBuilder<DictionarySearchResult, DictionarySearchResult, QAfterSortBy>
thenByBestLength() {
return QueryBuilder.apply(this, (query) {
return query.addSortBy(r'bestLength', Sort.asc);
});
}