Review constructor
Review({})
Implementation
Review({
this.id = "",
this.text = "",
this.ratingValue = 0,
this.createdDate = 0,
this.reviewerProfileId = "",
this.reviewerName = "",
this.reviewerTitle = "",
this.profileImgUrl = "",
this.recommend = true,
});