toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (attributes != null) 'attributes': attributes!,
      if (contentLanguage != null) 'contentLanguage': contentLanguage!,
      if (cssProductStatus != null) 'cssProductStatus': cssProductStatus!,
      if (customAttributes != null) 'customAttributes': customAttributes!,
      if (feedLabel != null) 'feedLabel': feedLabel!,
      if (name != null) 'name': name!,
      if (rawProvidedId != null) 'rawProvidedId': rawProvidedId!,
    };