RatingDialogResponse constructor

RatingDialogResponse({
  1. double ratingOne = 0.0,
  2. double ratingTwo = 0.0,
})

Implementation

RatingDialogResponse({this.ratingOne = 0.0, this.ratingTwo = 0.0});