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