answerQuestionsFromJson function

AnswerQuestions answerQuestionsFromJson(
  1. String str
)

Implementation

AnswerQuestions answerQuestionsFromJson(String str) =>
    AnswerQuestions.fromJson(json.decode(str));