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