toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (annotationSpec != null) 'annotationSpec': annotationSpec!,
if (objectTrackingFrames != null)
'objectTrackingFrames': objectTrackingFrames!,
if (timeSegment != null) 'timeSegment': timeSegment!,
};