prependDictionaryNamesProperty method

QueryBuilder<AnkiMapping, bool?, QQueryOperations> prependDictionaryNamesProperty()

Implementation

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