factory RecommendationSymptom.fromJson(Map<String, dynamic> json) { return RecommendationSymptom( code: json['code'], name: json['name'], ); }