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