Geometry constructor
      
      Geometry({ 
    
    
- BoundingBox? boundingBox,
- List<Point> ? polygon,
Implementation
Geometry({
  this.boundingBox,
  this.polygon,
});Geometry({
  this.boundingBox,
  this.polygon,
});