htmlPreElement top-level property
dynamic
get
htmlPreElement
Exposes specific properties and methods (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating a block of preformatted text (
).
Implementation
_i2.dynamic get htmlPreElement => _i4.getProperty(
_self,
'HTMLPreElement',
);