CopyWith$Input$GetLeaderboardByDatesAndCycleInput<TRes> constructor

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

Implementation

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