track property
TextTrack
get
track
Returns the TextTrack object corresponding to the text track of the track element.
Implementation
_i3.TextTrack get track => _i4.getProperty(
this,
'track',
);