companyLogoBytesProperty method

QueryBuilder<UserProfileModel, List<int>?, QQueryOperations> companyLogoBytesProperty()

Implementation

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