CopyWith$Query$getPlayOffsByRound$getPlayOffsByRound$score$penalty<TRes> constructor

CopyWith$Query$getPlayOffsByRound$getPlayOffsByRound$score$penalty<TRes>(
  1. Query$getPlayOffsByRound$getPlayOffsByRound$score$penalty instance,
  2. TRes then(
    1. Query$getPlayOffsByRound$getPlayOffsByRound$score$penalty
    )
)

Implementation

factory CopyWith$Query$getPlayOffsByRound$getPlayOffsByRound$score$penalty(
  Query$getPlayOffsByRound$getPlayOffsByRound$score$penalty instance,
  TRes Function(Query$getPlayOffsByRound$getPlayOffsByRound$score$penalty)
      then,
) = _CopyWithImpl$Query$getPlayOffsByRound$getPlayOffsByRound$score$penalty;