SliceReducer
A slice reducer handles a specific part of the state tree.
Implementation
typedef SliceReducer<S, K> = K Function(K state, Action action);
A slice reducer handles a specific part of the state tree.
typedef SliceReducer<S, K> = K Function(K state, Action action);