Review constructor
Review({})
Implementation
Review({
this.authorName,
this.authorUrl,
this.language,
this.originalLanguage,
this.profilePhotoUrl,
this.rating,
this.relativeTimeDescription,
this.text,
this.time,
this.translated,
});