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