Creates a new <hr> element. /// /// This is identical to calling new Element.tag('hr').

Source

factory Element.hr() => new Element.tag('hr');