thenByCompanyCifDesc method
Implementation
QueryBuilder<UserProfileModel, UserProfileModel, QAfterSortBy>
thenByCompanyCifDesc() {
return QueryBuilder.apply(this, (query) {
return query.addSortBy(r'companyCif', Sort.desc);
});
}
QueryBuilder<UserProfileModel, UserProfileModel, QAfterSortBy>
thenByCompanyCifDesc() {
return QueryBuilder.apply(this, (query) {
return query.addSortBy(r'companyCif', Sort.desc);
});
}