Reducer<S> typedef

Reducer<S> = S Function(dynamic action, S oldState)

Implementation

typedef Reducer<S> = S Function(dynamic action, S oldState);