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