Mutation<T> constructor

Mutation<T>(
  1. Store store,
  2. T type
)

Implementation

Mutation(this.store, this.type);