UModerationCauseLabel constructor

const UModerationCauseLabel({
  1. required ModerationCauseLabel data,
})

Implementation

const factory UModerationCauseLabel(
    {required final ModerationCauseLabel data}) = _$UModerationCauseLabelImpl;