CopyWith$Mutation$updateUser$updateUser$phone<TRes> constructor

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

Implementation

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