Element.pre constructor

Element.pre()

Creates a new <pre> element.

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

Implementation

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