CuReSurveyQuestion constructor
CuReSurveyQuestion({})
Implementation
CuReSurveyQuestion(
{required this.question,
required this.answers,
this.required = false,
this.multipleChoices = false,
this.maxChoices});