Answer constructor
Answer({
- FileUploadAnswers? fileUploadAnswers,
- Grade? grade,
- String? questionId,
- TextAnswers? textAnswers,
Implementation
Answer({
this.fileUploadAnswers,
this.grade,
this.questionId,
this.textAnswers,
});