TaskSolution constructor
const
TaskSolution({
- required TaskType type,
- String? solutionUrl,
- List<
TaskSolutionAnswersItem> ? answers, - List<
TaskAttachment> ? attachments,
Implementation
const TaskSolution({
required this.type,
this.solutionUrl,
this.answers,
this.attachments,
});