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