ProductReview constructor
ProductReview({})
Implementation
ProductReview(
{this.id,
this.dateCreated,
this.dateCreatedGmt,
this.productId,
this.status,
this.reviewer,
this.reviewerEmail,
this.review,
this.rating,
this.verified,
this.reviewerAvatarUrls,
this.links});