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