Mutation$linkUserAccount$HookResult constructor

Mutation$linkUserAccount$HookResult(
  1. RunMutation$Mutation$linkUserAccount runMutation,
  2. QueryResult<Mutation$linkUserAccount> result
)

Implementation

Mutation$linkUserAccount$HookResult(
  this.runMutation,
  this.result,
);