menu
flutter_treeview package
documentation
flutter_treeview
Node
<
T
>
isParent property
isParent
brightness_4
isParent
property
Null safety
bool
isParent
Whether this object has children
Node
.
Implementation
bool get isParent => children.isNotEmpty || parent;
flutter_treeview package
documentation
flutter_treeview
Node
<
T
>
isParent property
Node class
Constructors
Node
Properties
asMap
children
data
expanded
hasData
hashCode
hasIcon
icon
iconColor
isParent
key
label
parent
runtimeType
selectedIconColor
Methods
copyWith
noSuchMethod
toString
Operators
operator ==
Static methods
fromLabel
fromMap