detail property

T detail

Returns any custom data event was created with. Typically used for synthetic events.

MDN Reference

Implementation

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