sender property
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;
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.
final Object? sender;