ProductReview constructor
const
ProductReview({})
Implementation
const ProductReview({
required this.author,
required this.ratingValue,
this.body,
this.datePublished,
this.reviewTitle,
});
const ProductReview({
required this.author,
required this.ratingValue,
this.body,
this.datePublished,
this.reviewTitle,
});