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