UListLabel.selfLabels constructor

const UListLabel.selfLabels({
  1. required SelfLabels data,
})

Implementation

const factory UListLabel.selfLabels({
  required SelfLabels data,
}) = UListLabelSelfLabels;