Element.video constructor
Element.video()
Creates a new <video> element.
This is equivalent to calling new Element.tag('video').
Implementation
factory Element.video() = VideoElement;
Creates a new <video> element.
This is equivalent to calling new Element.tag('video').
factory Element.video() = VideoElement;