reducer property

Reducer<S>? reducer
getter/setter pair

A function that takes a StoreAction and a State, and returns a new State.

Implementation

Reducer<S>? reducer;