toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (knowledgeTypes != null) 'knowledgeTypes': knowledgeTypes!,
if (metadata != null) 'metadata': metadata!,
if (mimeType != null) 'mimeType': mimeType!,
};