Reducer<T> typedef

Reducer<T> = T Function(T state, Action action)

Reducer function type

Implementation

typedef Reducer<T> = T Function(T state, Action action);