Element.ol constructor - Element - dart:html library (original) (raw)
Element.ol()
Creates a new <ol>
element.
This is equivalent to calling new Element.tag('ol')
.
Implementation
factory Element.ol() => new Element.tag('ol');
Element.ol()
Creates a new <ol>
element.
This is equivalent to calling new Element.tag('ol')
.
factory Element.ol() => new Element.tag('ol');