ULabelValue.knownValue constructor

const ULabelValue.knownValue({
  1. required KnownLabelValue data,
})

Implementation

const factory ULabelValue.knownValue({
  required KnownLabelValue data,
}) = ULabelValueKnownValue;