CopyWith$Variables$Mutation$updateUser<TRes> constructor

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

Implementation

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