errorReducer top-level property

Reducer<ErrorState> errorReducer
final

Implementation

final errorReducer = combineReducers<ErrorState>([
  TypedReducer<ErrorState, ErrorAction>(_errorReducer),
  TypedReducer<ErrorState, ClearErrorAction>(_clearErrorReducer),
]);