ShortAnswerSubmission.fromJson constructor

ShortAnswerSubmission.fromJson(
  1. Map json_
)

Implementation

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