Review constructor

Review({
  1. String? authorName,
  2. List<Comment>? comments,
  3. String? reviewId,
})

Implementation

Review({this.authorName, this.comments, this.reviewId});