copyWith method

WareContext copyWith(
  1. ReduxAction newAction
)

Implementation

WareContext copyWith(ReduxAction newAction) => WareContext(dispatcher, state, newAction);