eventBus property
NodeEditorEventBus
eventBus
final
///////////////////////////////////////////////////////////////////////////// Controller subsystems are used to manage the state of the node editor. ///////////////////////////////////////////////////////////////////////////// The event bus is used to communicate between different susbsystems and with the UI.
Implementation
/// The event bus is used to communicate between different susbsystems and with the UI.
final eventBus = NodeEditorEventBus();