notesProperty method

QueryBuilder<DictionaryTag, String, QQueryOperations> notesProperty()

Implementation

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