target property

EventTarget? target

Returns the object to which event is dispatched (its target).

MDN Reference

Implementation

_i3.EventTarget? get target => _i4.getProperty(
      this,
      'target',
    );