CopyWith$Mutation$updateUser$updateUser$work$country<TRes> constructor

CopyWith$Mutation$updateUser$updateUser$work$country<TRes>(
  1. Mutation$updateUser$updateUser$work$country instance,
  2. TRes then(
    1. Mutation$updateUser$updateUser$work$country
    )
)

Implementation

factory CopyWith$Mutation$updateUser$updateUser$work$country(
  Mutation$updateUser$updateUser$work$country instance,
  TRes Function(Mutation$updateUser$updateUser$work$country) then,
) = _CopyWithImpl$Mutation$updateUser$updateUser$work$country;