SurveyScore constructor

SurveyScore({
  1. int? score,
  2. String? value,
})

Implementation

SurveyScore({this.score, this.value});