union2 method

Geometry? union2(
  1. Geometry other
)

Implementation

Geometry? union2(Geometry other) {
  return GeometryOverlay.union2(this, other);
}