WebPropertySummary constructor
      
      WebPropertySummary({})
     
    
    
Implementation
WebPropertySummary({
  this.id,
  this.internalWebPropertyId,
  this.kind,
  this.level,
  this.name,
  this.profiles,
  this.starred,
  this.websiteUrl,
});