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