PolygonId constructor

PolygonId(
  1. String value
)

Creates an immutable identifier for a Polygon.

Implementation

PolygonId(this.value);