distinctByCurrentPageIndex method
Implementation
QueryBuilder<BookProgressModel, BookProgressModel, QDistinct>
distinctByCurrentPageIndex() {
return QueryBuilder.apply(this, (query) {
return query.addDistinctBy(r'currentPageIndex');
});
}