Track constructor

Track([
  1. String? value
])

The <track> HTML element is used as a child of the media elements, <audio> and <video>. Read more...

Implementation

Track([super.value]) {
  tag = 'track';
}