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