CopyWith$Mutation$updateUser<TRes> constructor

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

Implementation

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