Actions constructor

Actions(
  1. BehaviorSubject<Action> _dispatcher
)

Implementation

Actions(this._dispatcher);