toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final additionalImageLinks = this.additionalImageLinks;
final adult = this.adult;
final ageGroup = this.ageGroup;
final brand = this.brand;
final certifications = this.certifications;
final color = this.color;
final cppAdsRedirect = this.cppAdsRedirect;
final cppLink = this.cppLink;
final cppMobileLink = this.cppMobileLink;
final customLabel0 = this.customLabel0;
final customLabel1 = this.customLabel1;
final customLabel2 = this.customLabel2;
final customLabel3 = this.customLabel3;
final customLabel4 = this.customLabel4;
final description = this.description;
final excludedDestinations = this.excludedDestinations;
final expirationDate = this.expirationDate;
final gender = this.gender;
final googleProductCategory = this.googleProductCategory;
final gtin = this.gtin;
final headlineOfferCondition = this.headlineOfferCondition;
final headlineOfferInstallment = this.headlineOfferInstallment;
final headlineOfferLink = this.headlineOfferLink;
final headlineOfferMobileLink = this.headlineOfferMobileLink;
final headlineOfferPrice = this.headlineOfferPrice;
final headlineOfferShippingPrice = this.headlineOfferShippingPrice;
final headlineOfferSubscriptionCost = this.headlineOfferSubscriptionCost;
final highPrice = this.highPrice;
final imageLink = this.imageLink;
final includedDestinations = this.includedDestinations;
final isBundle = this.isBundle;
final itemGroupId = this.itemGroupId;
final lowPrice = this.lowPrice;
final material = this.material;
final mpn = this.mpn;
final multipack = this.multipack;
final numberOfOffers = this.numberOfOffers;
final pattern = this.pattern;
final pause = this.pause;
final productDetails = this.productDetails;
final productHeight = this.productHeight;
final productHighlights = this.productHighlights;
final productLength = this.productLength;
final productTypes = this.productTypes;
final productWeight = this.productWeight;
final productWidth = this.productWidth;
final size = this.size;
final sizeSystem = this.sizeSystem;
final sizeTypes = this.sizeTypes;
final title = this.title;
return {
'additionalImageLinks': ?additionalImageLinks,
'adult': ?adult,
'ageGroup': ?ageGroup,
'brand': ?brand,
'certifications': ?certifications,
'color': ?color,
'cppAdsRedirect': ?cppAdsRedirect,
'cppLink': ?cppLink,
'cppMobileLink': ?cppMobileLink,
'customLabel0': ?customLabel0,
'customLabel1': ?customLabel1,
'customLabel2': ?customLabel2,
'customLabel3': ?customLabel3,
'customLabel4': ?customLabel4,
'description': ?description,
'excludedDestinations': ?excludedDestinations,
'expirationDate': ?expirationDate,
'gender': ?gender,
'googleProductCategory': ?googleProductCategory,
'gtin': ?gtin,
'headlineOfferCondition': ?headlineOfferCondition,
'headlineOfferInstallment': ?headlineOfferInstallment,
'headlineOfferLink': ?headlineOfferLink,
'headlineOfferMobileLink': ?headlineOfferMobileLink,
'headlineOfferPrice': ?headlineOfferPrice,
'headlineOfferShippingPrice': ?headlineOfferShippingPrice,
'headlineOfferSubscriptionCost': ?headlineOfferSubscriptionCost,
'highPrice': ?highPrice,
'imageLink': ?imageLink,
'includedDestinations': ?includedDestinations,
'isBundle': ?isBundle,
'itemGroupId': ?itemGroupId,
'lowPrice': ?lowPrice,
'material': ?material,
'mpn': ?mpn,
'multipack': ?multipack,
'numberOfOffers': ?numberOfOffers,
'pattern': ?pattern,
'pause': ?pause,
'productDetails': ?productDetails,
'productHeight': ?productHeight,
'productHighlights': ?productHighlights,
'productLength': ?productLength,
'productTypes': ?productTypes,
'productWeight': ?productWeight,
'productWidth': ?productWidth,
'size': ?size,
'sizeSystem': ?sizeSystem,
'sizeTypes': ?sizeTypes,
'title': ?title,
};
}