aggregateRating constant
        
        IriTerm
        const aggregateRating
        
      
      
aggregateRating [Expects: http://schema.org/AggregateRating]
The overall rating, based on a collection of reviews or ratings, of the item.
Can be used on: http://schema.org/Brand, http://schema.org/CreativeWork, http://schema.org/Event, http://schema.org/Offer, http://schema.org/Organization, http://schema.org/Place, http://schema.org/Product, http://schema.org/Service
Implementation
static const aggregateRating = const IriTerm(
  'http://schema.org/aggregateRating',
);