reviewRating constant

IriTerm const reviewRating

IRI for schemahttp:reviewRating [Expects: http://schema.org/Rating]

The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The {aggregateRating} property applies to the review itself, as a creative work.

Can be used on: http://schema.org/Review

Implementation

static const reviewRating = IriTerm.prevalidated(
  'http://schema.org/reviewRating',
);