reducer property

Reducer<State> reducer
getter/setter pair

The Reducer for your Store. Allows you to get the current reducer or replace it with a new one if need be.

Implementation

Reducer<State> reducer;