getEvents method

Map<Type, NyEvent> getEvents()

Return all the registered events.

Implementation

Map<Type, NyEvent> getEvents() => _events;