GroupedResult constructor
GroupedResult({
- BoundingPoly? boundingPoly,
- List<
ObjectAnnotation> ? objectAnnotations, - List<
Result> ? results,
Implementation
GroupedResult({this.boundingPoly, this.objectAnnotations, this.results});