UModerationCauseBlockOther constructor

const UModerationCauseBlockOther({
  1. required ModerationCauseBlockOther data,
})

Implementation

const factory UModerationCauseBlockOther(
        {required final ModerationCauseBlockOther data}) =
    _$UModerationCauseBlockOtherImpl;