EventListener typedef Null safety

EventListener = dynamic Function(Event event)

Implementation

typedef EventListener(Event event);