thenByProjectionVersion method
Implementation
QueryBuilder<ProjectionCheckpoint, ProjectionCheckpoint, QAfterSortBy>
thenByProjectionVersion() {
return QueryBuilder.apply(this, (query) {
return query.addSortBy(r'projectionVersion', Sort.asc);
});
}