menu
xml2 package
documentation
xml.dart
XmlSimpleNameSyntheticImpl
hasParent property
hasParent property
dark_mode
light_mode
hasParent
property
@
override
bool
get
hasParent
inherited
Test whether the node has a parent or not.
Implementation
@override bool get hasParent => _parent != null;
xml2 package
documentation
xml
XmlSimpleNameSyntheticImpl
hasParent property
XmlSimpleNameSyntheticImpl class