Конструктор фабрики элемента Element.video
Element.video(Создает новый элемент <video>.
Это эквивалентно вызову new Element.tag('video').
Исходный код
factory Element.video() => new Element.tag('video');
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Element/Element.video.html