menu
flutter_treeview package
documentation
flutter_treeview
Node
<
T
>
hasData property
hasData
brightness_4
hasData
property
Null safety
bool
hasData
Whether this object has data associated with it.
Implementation
bool get hasData => data != null;
flutter_treeview package
documentation
flutter_treeview
Node
<
T
>
hasData 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