QuestionAnswer.fromJson(Map<String, dynamic> json) { question = json['Question']; answer = json['Answer']; expand = json['Expand']; }