eventData property
final
If the event associated has any event data, then this object holds reference to it. Few events might not return data. Validate this field before using it.
Implementation
final Object eventData;
If the event associated has any event data, then this object holds reference to it. Few events might not return data. Validate this field before using it.
final Object eventData;