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