CopyWith$Query$user$user$work$city$country$flagWide<TRes> constructor

CopyWith$Query$user$user$work$city$country$flagWide<TRes>(
  1. Query$user$user$work$city$country$flagWide instance,
  2. TRes then(
    1. Query$user$user$work$city$country$flagWide
    )
)

Implementation

factory CopyWith$Query$user$user$work$city$country$flagWide(
  Query$user$user$work$city$country$flagWide instance,
  TRes Function(Query$user$user$work$city$country$flagWide) then,
) = _CopyWithImpl$Query$user$user$work$city$country$flagWide;