EventBusImpl constructor
EventBusImpl(
- bool _isModelBus
Creates an EventBusImpl instance. If isModelBus is true, the bus behaves as a model bus.
Implementation
EventBusImpl(this._isModelBus);
Creates an EventBusImpl instance. If isModelBus is true, the bus behaves as a model bus.
EventBusImpl(this._isModelBus);