Element.aside constructor Null safety
Creates a new <aside> element.
This is equivalent to calling new Element.tag('aside').
Implementation
factory Element.aside() => new Element.tag('aside');
Creates a new <aside> element.
This is equivalent to calling new Element.tag('aside').
factory Element.aside() => new Element.tag('aside');