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