detail property
      
      T
      get
      detail
      
    
    
Returns any custom data event was created with. Typically used for synthetic events.
Implementation
T get detail => _i4.getProperty(
      this,
      'detail',
    );
Returns any custom data event was created with. Typically used for synthetic events.
T get detail => _i4.getProperty(
      this,
      'detail',
    );