CopyWith$Query$user$user$work$country$flagSquare<TRes> constructor

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

Implementation

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