toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final boundingPoly = this.boundingPoly;
final objectAnnotations = this.objectAnnotations;
final results = this.results;
return {
'boundingPoly': ?boundingPoly,
'objectAnnotations': ?objectAnnotations,
'results': ?results,
};
}