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