hashCodeProperty method

QueryBuilder<DictionaryHeading, int, QQueryOperations> hashCodeProperty()

Implementation

QueryBuilder<DictionaryHeading, int, QQueryOperations> hashCodeProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addPropertyName(r'hashCode');
  });
}