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