PortalLabel<T> constructor

const PortalLabel<T>(
  1. T value
)

Creates a portal label that delegates its operator== to the given value.

Implementation

const PortalLabel(this.value);