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