distinctByPersonalPhotoBytes method
Implementation
QueryBuilder<UserProfileModel, UserProfileModel, QDistinct>
distinctByPersonalPhotoBytes() {
return QueryBuilder.apply(this, (query) {
return query.addDistinctBy(r'personalPhotoBytes');
});
}