CustomArea constructor

CustomArea({
  1. Polygon? polygon,
})

Implementation

CustomArea({
  this.polygon,
});