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