element top-level property
dynamic
get
element
Element is the most general base class from which all objects in a Document inherit. It only has methods and properties common to all kinds of elements. More specific classes inherit from Element.
Implementation
_i2.dynamic get element => _i4.getProperty(
_self,
'Element',
);