MarkerId constructor

const MarkerId(
  1. String value
)

Creates an immutable identifier for a Marker.

Implementation

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