PolygonId constructor

const PolygonId(
  1. String value
)

Creates an immutable identifier for a Polygon.

Implementation

const PolygonId(String value) : super(value);