target property

EventTarget? get target

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

Implementation

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