WareContext constructor

const WareContext(
  1. DispatchFunction dispatcher,
  2. ReduxStateInner state,
  3. ReduxAction action
)

Implementation

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