CopyWith$Query$user$user$work$city$country<TRes> constructor
CopyWith$Query$user$user$work$city$country<TRes> (
- Query$user$user$work$city$country instance,
- TRes then()
Implementation
factory CopyWith$Query$user$user$work$city$country(
Query$user$user$work$city$country instance,
TRes Function(Query$user$user$work$city$country) then,
) = _CopyWithImpl$Query$user$user$work$city$country;