cues property
TextTrackCueList?
get
cues
Returns the text track list of cues, as a TextTrackCueList object.
Implementation
_i3.TextTrackCueList? get cues => _i4.getProperty(
this,
'cues',
);