track property

TextTrack track

Returns the TextTrack object corresponding to the text track of the track element.

MDN Reference

Implementation

_i3.TextTrack get track => _i4.getProperty(
      this,
      'track',
    );