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