Accumulator<S> constructor

const Accumulator<S>(
  1. Action action,
  2. S state
)

Implementation

const Accumulator(this.action, this.state);