CopyWith$Input$ChallengeLeaderboardInput<TRes> constructor

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

Implementation

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