CopyWith$Input$ChallengeInput<TRes> constructor

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

Implementation

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