NUIBusEvent.builder constructor

NUIBusEvent.builder(
  1. NUIBusEventBuilder builder
)

Implementation

NUIBusEvent.builder(NUIBusEventBuilder builder){
  _module = builder._module ?? _DEFAULT_MODULE;
  _observers = Map();
  _observersInvoke = Map();
  _instance = _instance ?? Map();
  _instance![_module] = this;
}