QuestionnaireOption constructor
QuestionnaireOption({})
Implementation
QuestionnaireOption({
required this.name,
required this.id,
this.response,
this.data,
this.dateTime,
this.patientId,
this.isEdit = false,
});