QuestionOption constructor

QuestionOption({
  1. required int id,
})

Implementation

QuestionOption({
  required this.id,
});