Review constructor
Review({
- ReviewAuthor? author,
- String? content,
- String? date,
- String? fullTextUrl,
- String? kind,
- String? rating,
- ReviewSource? source,
- String? title,
- String? type,
- String? volumeId,
Implementation
Review({
this.author,
this.content,
this.date,
this.fullTextUrl,
this.kind,
this.rating,
this.source,
this.title,
this.type,
this.volumeId,
});