factory Recommendation.fromJson(Map<String, dynamic> json) { return Recommendation( text: json['Text'] as String?, url: json['Url'] as String?, ); }