trackEvent top-level property

dynamic get trackEvent

The TrackEvent interface, part of the HTML DOM specification, is used for events which represent changes to the set of available tracks on an HTML media element; these events are addtrack and removetrack.

MDN Reference

Implementation

_i2.dynamic get trackEvent => _i4.getProperty(
      _self,
      'TrackEvent',
    );