UListLabelSelfLabels constructor

const UListLabelSelfLabels({
  1. required SelfLabels data,
})

Implementation

const factory UListLabelSelfLabels({required final SelfLabels data}) =
    _$UListLabelSelfLabelsImpl;