@override Map<String, dynamic> toJson() => <String, dynamic>{ 'gift': gift?.toJson(), 'resale_count': resaleCount, 'min_resale_star_count': minResaleStarCount, 'title': title, '@type': constructor, };