setMutation method

void setMutation(
  1. Mutation<R> mutation
)

Implementation

void setMutation(Mutation<R> mutation) {
  _mutation = mutation;
}