Mutation$UpdateRmsCurrentMaxPerPhaseV2$HookResult constructor

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

Implementation

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