eventName property

String eventName
final

What event the emitter triggers. This is very useful to perform actions if you have single event handler to perform multiple operations.

Implementation

final String eventName;