CopyWith$Input$ChallengeInputWinner<TRes> constructor

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

Implementation

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