categoryProperty method

QueryBuilder<DictionaryTag, String, QQueryOperations> categoryProperty()

Implementation

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