Element.pre constructor - Element - dart:html library (original) (raw)
Element.pre()
Creates a new <pre>
element.
This is equivalent to calling new Element.tag('pre')
.
Implementation
factory Element.pre() => new Element.tag('pre');
Element.pre()
Creates a new <pre>
element.
This is equivalent to calling new Element.tag('pre')
.
factory Element.pre() => new Element.tag('pre');