Event createEvent(String eventType)

Source

Event createEvent(String eventType) => new Event(eventType, canBubble: true);