SchemaAggregateRating constructor

SchemaAggregateRating({
  1. SchemaThing? itemReviewed,
  2. int? ratingCount,
  3. int? reviewCount,
  4. dynamic author,
  5. dynamic bestRating,
  6. String? ratingExplanation,
  7. dynamic ratingValue,
  8. String? reviewAspect,
  9. dynamic worstRating,
  10. String? additionalType,
  11. String? alternateName,
  12. dynamic description,
  13. String? disambiguatingDescription,
  14. dynamic identifier,
  15. dynamic image,
  16. dynamic mainEntityOfPage,
  17. String? name,
  18. SchemaAction? potentialAction,
  19. String? sameAs,
  20. dynamic subjectOf,
  21. 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,
});