reducer property

  1. @override
Reducer<S> 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

@override
late Reducer<S> reducer;