UPostLabel.selfLabels constructor

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

Implementation

const factory UPostLabel.selfLabels({
  required SelfLabels data,
}) = UPostLabelSelfLabels;