Mutation<T> constructor

Mutation<T>(
  1. T payload
)

Implementation

Mutation(this.payload);