EventBusImpl constructor

EventBusImpl(
  1. bool _isModelBus
)

Creates an EventBusImpl instance. If isModelBus is true, the bus behaves as a model bus.

Implementation

EventBusImpl(this._isModelBus);