MFPolylineId constructor

const MFPolylineId(
  1. String value
)

Creates an immutable object representing a MFPolylineId among MFMapView polylines.

An AssertionError will be thrown if value is null.

Implementation

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