CopyWith$Input$ChallengeFilterInput<TRes> constructor

CopyWith$Input$ChallengeFilterInput<TRes>(
  1. Input$ChallengeFilterInput instance,
  2. TRes then(
    1. Input$ChallengeFilterInput
    )
)

Implementation

factory CopyWith$Input$ChallengeFilterInput(
  Input$ChallengeFilterInput instance,
  TRes Function(Input$ChallengeFilterInput) then,
) = _CopyWithImpl$Input$ChallengeFilterInput;