categoryProperty method
Implementation
QueryBuilder<DictionaryTag, String, QQueryOperations> categoryProperty() {
return QueryBuilder.apply(this, (query) {
return query.addPropertyName(r'category');
});
}
QueryBuilder<DictionaryTag, String, QQueryOperations> categoryProperty() {
return QueryBuilder.apply(this, (query) {
return query.addPropertyName(r'category');
});
}