RatingQuestion constructor

RatingQuestion({
  1. String? iconType,
  2. int? ratingScaleLevel,
})

Implementation

RatingQuestion({
  this.iconType,
  this.ratingScaleLevel,
});