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