menu
music_xml package
documentation
music_xml.dart
NoteType
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;
music_xml package
documentation
music_xml
NoteType
hasParent property
NoteType class