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