TileOverlayId constructor

const TileOverlayId(
  1. String value
)

Creates an immutable identifier for a TileOverlay.

Implementation

const TileOverlayId(super.value);