toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final additionalImageLink = this.additionalImageLink;
final ageGroup = this.ageGroup;
final brand = this.brand;
final capacity = this.capacity;
final certification = this.certification;
final color = this.color;
final count = this.count;
final description = this.description;
final disclosureDate = this.disclosureDate;
final excludedDestination = this.excludedDestination;
final featureDescription = this.featureDescription;
final flavor = this.flavor;
final format = this.format;
final gender = this.gender;
final grocery = this.grocery;
final gtin = this.gtin;
final imageLink = this.imageLink;
final includedDestination = this.includedDestination;
final intendedCountry = this.intendedCountry;
final itemGroupId = this.itemGroupId;
final material = this.material;
final mpn = this.mpn;
final nutrition = this.nutrition;
final pattern = this.pattern;
final productDetail = this.productDetail;
final productHighlight = this.productHighlight;
final productLine = this.productLine;
final productName = this.productName;
final productPageUrl = this.productPageUrl;
final productType = this.productType;
final releaseDate = this.releaseDate;
final richProductContent = this.richProductContent;
final scent = this.scent;
final size = this.size;
final sizeSystem = this.sizeSystem;
final sizeType = this.sizeType;
final suggestedRetailPrice = this.suggestedRetailPrice;
final targetClientId = this.targetClientId;
final theme = this.theme;
final title = this.title;
final videoLink = this.videoLink;
final virtualModelLink = this.virtualModelLink;
return {
'additionalImageLink': ?additionalImageLink,
'ageGroup': ?ageGroup,
'brand': ?brand,
'capacity': ?capacity,
'certification': ?certification,
'color': ?color,
'count': ?count,
'description': ?description,
'disclosureDate': ?disclosureDate,
'excludedDestination': ?excludedDestination,
'featureDescription': ?featureDescription,
'flavor': ?flavor,
'format': ?format,
'gender': ?gender,
'grocery': ?grocery,
'gtin': ?gtin,
'imageLink': ?imageLink,
'includedDestination': ?includedDestination,
'intendedCountry': ?intendedCountry,
'itemGroupId': ?itemGroupId,
'material': ?material,
'mpn': ?mpn,
'nutrition': ?nutrition,
'pattern': ?pattern,
'productDetail': ?productDetail,
'productHighlight': ?productHighlight,
'productLine': ?productLine,
'productName': ?productName,
'productPageUrl': ?productPageUrl,
'productType': ?productType,
'releaseDate': ?releaseDate,
'richProductContent': ?richProductContent,
'scent': ?scent,
'size': ?size,
'sizeSystem': ?sizeSystem,
'sizeType': ?sizeType,
'suggestedRetailPrice': ?suggestedRetailPrice,
'targetClientId': ?targetClientId,
'theme': ?theme,
'title': ?title,
'videoLink': ?videoLink,
'virtualModelLink': ?virtualModelLink,
};
}