toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (assetTypes != null) 'assetTypes': assetTypes!,
  if (contentType != null) 'contentType': contentType!,
  if (outputConfig != null) 'outputConfig': outputConfig!,
  if (readTime != null) 'readTime': readTime!,
  if (relationshipTypes != null) 'relationshipTypes': relationshipTypes!,
};