CopyWith$Query$getPlayOffsByRound$getPlayOffsByRound$fixture$periods<TRes> constructor

CopyWith$Query$getPlayOffsByRound$getPlayOffsByRound$fixture$periods<TRes>(
  1. Query$getPlayOffsByRound$getPlayOffsByRound$fixture$periods instance,
  2. TRes then(
    1. Query$getPlayOffsByRound$getPlayOffsByRound$fixture$periods
    )
)

Implementation

factory CopyWith$Query$getPlayOffsByRound$getPlayOffsByRound$fixture$periods(
  Query$getPlayOffsByRound$getPlayOffsByRound$fixture$periods instance,
  TRes Function(Query$getPlayOffsByRound$getPlayOffsByRound$fixture$periods)
      then,
) = _CopyWithImpl$Query$getPlayOffsByRound$getPlayOffsByRound$fixture$periods;