thenByCompanyPhone method
Implementation
QueryBuilder<UserProfileModel, UserProfileModel, QAfterSortBy>
thenByCompanyPhone() {
return QueryBuilder.apply(this, (query) {
return query.addSortBy(r'companyPhone', Sort.asc);
});
}
QueryBuilder<UserProfileModel, UserProfileModel, QAfterSortBy>
thenByCompanyPhone() {
return QueryBuilder.apply(this, (query) {
return query.addSortBy(r'companyPhone', Sort.asc);
});
}