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

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

Implementation

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