CopyWith$Mutation$updateUser$updateUser$socialLoginData$google<TRes> constructor

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

Implementation

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