QuestionAnsweredEvent constructor
QuestionAnsweredEvent({})
Implementation
QuestionAnsweredEvent({
required this.surveyId,
required this.surveyName,
required this.visitorUuid,
required this.responseUuid,
required this.questionId,
required this.question,
required this.answer,
required this.panelAnswerUrl,
});