WebPropertySummary constructor

WebPropertySummary({
  1. String? id,
  2. String? internalWebPropertyId,
  3. String? kind,
  4. String? level,
  5. String? name,
  6. List<ProfileSummary>? profiles,
  7. bool? starred,
  8. String? websiteUrl,
})

Implementation

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