menu
flutter_treeview
flutter_treeview.dart
Node
<
T
>
isParent property
isParent
dark_mode
light_mode
isParent
property
bool
get
isParent
Whether this object has children
Node
.
Implementation
bool get isParent => children.isNotEmpty || parent;
flutter_treeview
flutter_treeview
Node
<
T
>
isParent property
Node class