thenByIsarId method

QueryBuilder<DictionaryTag, DictionaryTag, QAfterSortBy> thenByIsarId()

Implementation

QueryBuilder<DictionaryTag, DictionaryTag, QAfterSortBy> thenByIsarId() {
  return QueryBuilder.apply(this, (query) {
    return query.addSortBy(r'isarId', Sort.asc);
  });
}