kind property
String?
get
kind
The kind of the media track, represented by a value from the following list:
- 'main': The track is the default track for playback
- 'alternative': The track is not the default track for playback
Implementation
String? get kind => _kind;