Answer constructor
const
Answer({})
Implementation
const Answer({
this.id,
required this.surveyResponseId,
required this.questionId,
this.textValue,
this.selectedChoiceIds,
this.fileKeys,
});
const Answer({
this.id,
required this.surveyResponseId,
required this.questionId,
this.textValue,
this.selectedChoiceIds,
this.fileKeys,
});