thenByIsExportFieldsEmpty method

QueryBuilder<AnkiMapping, AnkiMapping, QAfterSortBy> thenByIsExportFieldsEmpty()

Implementation

QueryBuilder<AnkiMapping, AnkiMapping, QAfterSortBy>
    thenByIsExportFieldsEmpty() {
  return QueryBuilder.apply(this, (query) {
    return query.addSortBy(r'isExportFieldsEmpty', Sort.asc);
  });
}