MFMarkerId constructor

const MFMarkerId(
  1. String value
)

Creates an immutable identifier for a MFMarker.

Implementation

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