Element.ul constructor
Creates a new <ul>
element.
This is equivalent to calling new Element.tag('ul')
.
Implementation
factory Element.ul() => new Element.tag('ul');
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Creates a new <ul>
element.
This is equivalent to calling new Element.tag('ul')
.
factory Element.ul() => new Element.tag('ul');