MFPOIId constructor

const MFPOIId(
  1. String value
)

Creates an immutable identifier for a MFPOI.

Implementation

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