SurveyAnswer constructor
      
      SurveyAnswer({})
     
    
    
Implementation
SurveyAnswer({
  required this.answerID,
  required this.answerType,
  required this.value,
  this.answerLogo,
  required this.percentage,
});SurveyAnswer({
  required this.answerID,
  required this.answerType,
  required this.value,
  this.answerLogo,
  required this.percentage,
});