menu
ignis
ignis.dart
Node
hasParent property
hasParent
dark_mode
light_mode
hasParent
property
bool
get
hasParent
True if this node has a non-null parent.
Implementation
bool get hasParent => parent != null;
ignis
ignis
Node
hasParent property
Node class