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

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

Implementation

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