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