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