hasOnlyElementNodes property
Returns true
if this node content is empty (no children nodes).
Returns ![isEmpty].
Returns true
if this node only have DOMElement nodes.
Implementation
@override
bool get hasOnlyElementNodes => false;
Returns true
if this node content is empty (no children nodes).
Returns ![isEmpty].
Returns true
if this node only have DOMElement nodes.
@override
bool get hasOnlyElementNodes => false;