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