toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (contentLanguage != null) 'contentLanguage': contentLanguage!,
  if (customAttributes != null) 'customAttributes': customAttributes!,
  if (feedLabel != null) 'feedLabel': feedLabel!,
  if (legacyLocal != null) 'legacyLocal': legacyLocal!,
  if (name != null) 'name': name!,
  if (offerId != null) 'offerId': offerId!,
  if (product != null) 'product': product!,
  if (productAttributes != null) 'productAttributes': productAttributes!,
  if (versionNumber != null) 'versionNumber': versionNumber!,
};