TaskSolutionAnswersQuestionInputAnswerValue.fromJson constructor

TaskSolutionAnswersQuestionInputAnswerValue.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TaskSolutionAnswersQuestionInputAnswerValue.fromJson(
  Map<String, dynamic> json,
) => _$TaskSolutionAnswersQuestionInputAnswerValueFromJson(json);