ULabelValueKnownValue constructor

const ULabelValueKnownValue({
  1. required KnownLabelValue data,
})

Implementation

const factory ULabelValueKnownValue({required final KnownLabelValue data}) =
    _$ULabelValueKnownValueImpl;