RatingDialogResponse constructor

RatingDialogResponse({
  1. double rating = 0.0,
  2. String comment = '',
})

Implementation

RatingDialogResponse({this.rating = 0.0, this.comment = ''});