track property

TextTrack? get track

Returns the TextTrack object to which this text track cue belongs, if any, or null otherwise.

MDN Reference

Implementation

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