currentChapterIndexProperty method

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

Implementation

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