CircleId constructor

CircleId(
  1. String value
)

Creates an immutable identifier for a Circle.

Implementation

CircleId(this.value);