domImplementation top-level property
dynamic
get
domImplementation
An object providing methods which are not dependent on any particular document. Such an object is returned by the Document.implementation property.
Implementation
_i2.dynamic get domImplementation => _i4.getProperty(
_self,
'DOMImplementation',
);