target property
MessageEventSource?
get
target
Returns the object to which event is dispatched (its target).
Implementation
_i3.EventTarget? get target => _i4.getProperty(
this,
'target',
);