UPostLabelSelfLabels constructor

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

Implementation

const factory UPostLabelSelfLabels({required final SelfLabels data}) =
    _$UPostLabelSelfLabelsImpl;