copyWith method

Accumulator copyWith(
  1. ReduxStateInner newState
)

Implementation

Accumulator copyWith(ReduxStateInner newState) => Accumulator(action, newState);