MFImageOverlayId constructor

const MFImageOverlayId(
  1. String value
)

Creates an immutable identifier for a MFImageOverlay.

Implementation

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