Question constructor
Question({
- ChoiceQuestion? choiceQuestion,
- DateQuestion? dateQuestion,
- FileUploadQuestion? fileUploadQuestion,
- Grading? grading,
- String? questionId,
- bool? required,
- RowQuestion? rowQuestion,
- ScaleQuestion? scaleQuestion,
- TextQuestion? textQuestion,
- TimeQuestion? timeQuestion,
Implementation
Question({
this.choiceQuestion,
this.dateQuestion,
this.fileUploadQuestion,
this.grading,
this.questionId,
this.required,
this.rowQuestion,
this.scaleQuestion,
this.textQuestion,
this.timeQuestion,
});