sender property

Object? sender
final

If this field is valid, then it shows who send the event to. This can be very useful while debugging systems with large event queues.

Implementation

final Object? sender;