node top-level property
dynamic
get
node
Node is an interface from which a number of DOM API object types inherit. It allows those types to be treated similarly; for example, inheriting the same set of methods, or being tested in the same way.
Implementation
_i2.dynamic get node => _i4.getProperty(
_self,
'Node',
);