WareContext<S> constructor

const WareContext<S>(
  1. DispatchFunction dispatcher,
  2. S state,
  3. Action action
)

Implementation

const WareContext(this.dispatcher, this.state, this.action);