PolylineId constructor

const PolylineId(
  1. String value
)

Creates an immutable object representing a PolylineId among GoogleMap polylines.

An AssertionError will be thrown if value is null.

Implementation

const PolylineId(super.value);