prependDictionaryNamesProperty method
Implementation
QueryBuilder<AnkiMapping, bool?, QQueryOperations>
prependDictionaryNamesProperty() {
return QueryBuilder.apply(this, (query) {
return query.addPropertyName(r'prependDictionaryNames');
});
}