Question constructor
const
Question({
- Key? key,
- QuestionInfo? questionInfo,
Implementation
const Question({super.key, this.questionInfo});
const Question({super.key, this.questionInfo});