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