reducer property

Reducer<State> reducer
read / write

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;