CopyWith$Query$searchLeagues$searchLeagues$objects$country<TRes> constructor

CopyWith$Query$searchLeagues$searchLeagues$objects$country<TRes>(
  1. Query$searchLeagues$searchLeagues$objects$country instance,
  2. TRes then(
    1. Query$searchLeagues$searchLeagues$objects$country
    )
)

Implementation

factory CopyWith$Query$searchLeagues$searchLeagues$objects$country(
  Query$searchLeagues$searchLeagues$objects$country instance,
  TRes Function(Query$searchLeagues$searchLeagues$objects$country) then,
) = _CopyWithImpl$Query$searchLeagues$searchLeagues$objects$country;