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