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