Creates a new <video> element. /// /// This is identical to calling new Element.tag('video').

Source

factory Element.video() => new Element.tag('video');