thenByCurrentPageIndex method
Implementation
QueryBuilder<BookProgressModel, BookProgressModel, QAfterSortBy>
thenByCurrentPageIndex() {
return QueryBuilder.apply(this, (query) {
return query.addSortBy(r'currentPageIndex', Sort.asc);
});
}