Review constructor

Review({
  1. String? comments,
})

Implementation

Review({
  this.comments,
});