Element.ul()

Creates a new <ul> element.

This is equivalent to calling new Element.tag('ul').

Source

factory Element.ul() => new Element.tag('ul');