Mutation$loginUserByTarget$HookResult constructor

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

Implementation

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