target property

T? target

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

MDN Reference

Implementation

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