cues property

Returns the text track list of cues, as a TextTrackCueList object.

MDN Reference

Implementation

_i3.TextTrackCueList? get cues => _i4.getProperty(
      this,
      'cues',
    );