CopyWith$Mutation$linkUserAccount<TRes> constructor

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

Implementation

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