sortByPrependDictionaryNamesDesc method
Implementation
QueryBuilder<AnkiMapping, AnkiMapping, QAfterSortBy>
sortByPrependDictionaryNamesDesc() {
return QueryBuilder.apply(this, (query) {
return query.addSortBy(r'prependDictionaryNames', Sort.desc);
});
}