SurveyQuestionViewed constructor
const
SurveyQuestionViewed({})
Implementation
const SurveyQuestionViewed({
required this.questionId,
this.questionType,
this.itemIndex,
this.itemTotal,
this.blockType,
this.blockId,
this.isRequired,
this.questionTitle,
});