class MoodRatingData { final String icon; final String name; MoodRatingData({required this.icon, required this.name}); }