Creates a new <ul> element.
This is identical to calling new Element.tag('ul').
Source
factory Element.ul() => new Element.tag('ul');
    Creates a new <ul> element.
This is identical to calling new Element.tag('ul').
factory Element.ul() => new Element.tag('ul');