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