Returns the number of events emitted for a given type
int getEventsEmitted(Type type) { return _eventsEmitted[type.toString()] ?? 0; }