@override Map<String, dynamic> toJson() => <String, dynamic>{ 'product_info': productInfo?.toJson(), 'date': date, 'seller_bot_user_id': sellerBotUserId, 'type': type?.toJson(), '@type': constructor, };