ShortAnswerSubmission.fromJson constructor
ShortAnswerSubmission.fromJson(
- Map json_
Implementation
ShortAnswerSubmission.fromJson(core.Map json_)
: this(answer: json_['answer'] as core.String?);
ShortAnswerSubmission.fromJson(core.Map json_)
: this(answer: json_['answer'] as core.String?);