TaskSolutionAnswersItem constructor

const TaskSolutionAnswersItem({
  1. required dynamic answer,
  2. required TaskSolutionAnswersQuestion question,
})

Implementation

const TaskSolutionAnswersItem({required this.answer, required this.question});