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