track property
TextTrack?
get
track
Returns the track object (TextTrack, AudioTrack, or VideoTrack) to which the event relates.
Implementation
_i3.TextTrack? get track => _i4.getProperty(
this,
'track',
);