SchemaAggregateRating constructor
      
      SchemaAggregateRating({ 
    
- SchemaThing? itemReviewed,
- int? ratingCount,
- int? reviewCount,
- dynamic author,
- dynamic bestRating,
- String? ratingExplanation,
- dynamic ratingValue,
- String? reviewAspect,
- dynamic worstRating,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
Create a new instance of SchemaAggregateRating
Implementation
SchemaAggregateRating({
  this.itemReviewed,
  this.ratingCount,
  this.reviewCount,
  this.author,
  this.bestRating,
  this.ratingExplanation,
  this.ratingValue,
  this.reviewAspect,
  this.worstRating,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});