Variable EventList._events

class EventList
{
  // ...
  Collection!(dcanvas.core.events.CustomEvent,false) _events;
  // ...
}