UModerationCauseHidden constructor

const UModerationCauseHidden({
  1. required ModerationCauseHidden data,
})

Implementation

const factory UModerationCauseHidden(
        {required final ModerationCauseHidden data}) =
    _$UModerationCauseHiddenImpl;