Video constructor

Video([
  1. String? value
])

The <video> HTML element embeds a media player which supports video playback into the document. Read more...

Implementation

Video([super.value]) {
  tag = 'video';
}