copyWith method

WareContext<S> copyWith(
  1. Action newAction
)

Implementation

WareContext<S> copyWith(Action newAction) =>
    WareContext<S>(this.dispatcher, this.state, newAction);