RatingBodyDataModel constructor

RatingBodyDataModel({
  1. String? comment,
  2. List<File>? photos,
  3. int? rate,
})

Implementation

RatingBodyDataModel({this.comment, this.photos, this.rate});