union method

Geometry? union()

Implementation

Geometry? union() {
  return GeometryOverlay.union(this);
}