eventName property
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;
What event the emitter triggers. This is very useful to perform actions if you have single event handler to perform multiple operations.
final String eventName;