Element.pre()

Creates a new <pre> element.

This is equivalent to calling new Element.tag('pre').

Source

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