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 (customAttributes != null) 'customAttributes': customAttributes!,
  if (feedLabel != null) 'feedLabel': feedLabel!,
  if (finalName != null) 'finalName': finalName!,
  if (freshnessTime != null) 'freshnessTime': freshnessTime!,
  if (name != null) 'name': name!,
  if (rawProvidedId != null) 'rawProvidedId': rawProvidedId!,
};