coreReducer top-level property

Reducer<CoreState> coreReducer
final

Implementation

final coreReducer = combineReducers<CoreState>([
  TypedReducer<CoreState, SetAppInfoAction>(_setAppInfo),
]);