currentPageIndexProperty method

QueryBuilder<BookProgressModel, int?, QQueryOperations> currentPageIndexProperty()

Implementation

QueryBuilder<BookProgressModel, int?, QQueryOperations>
    currentPageIndexProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addPropertyName(r'currentPageIndex');
  });
}