companyLogoBytesProperty method
Implementation
QueryBuilder<UserProfileModel, List<int>?, QQueryOperations>
companyLogoBytesProperty() {
return QueryBuilder.apply(this, (query) {
return query.addPropertyName(r'companyLogoBytes');
});
}
QueryBuilder<UserProfileModel, List<int>?, QQueryOperations>
companyLogoBytesProperty() {
return QueryBuilder.apply(this, (query) {
return query.addPropertyName(r'companyLogoBytes');
});
}