@override Map<String, dynamic> toJson() => <String, dynamic>{ 'user_id': userId, 'star_count': starCount, 'month_count': monthCount, 'text': text?.toJson(), '@type': constructor, };