toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (contentSourceName != null) 'contentSourceName': contentSourceName!,
  if (createInfo != null) 'createInfo': createInfo!,
  if (lastModifiedInfo != null) 'lastModifiedInfo': lastModifiedInfo!,
  if (metaData != null) 'metaData': metaData!,
  if (resourceLink != null) 'resourceLink': resourceLink!,
  if (resourceType != null) 'resourceType': resourceType!,
};