MFPolygonId constructor

const MFPolygonId(
  1. String value
)

Creates an immutable identifier for a Polygon.

Implementation

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