AggregateRating constructor
const
AggregateRating({})
Implementation
const AggregateRating({
required this.ratingValue,
required this.reviewCount,
this.bestRating = 5.0,
this.worstRating = 1.0,
this.ratingCount,
});