menu
chart_xutil package
documentation
chart_xutil.dart
TreeNode<T extends TreeNode<T>>
hasChild property
hasChild property
dark_mode
light_mode
hasChild
property
bool
get
hasChild
Implementation
bool get hasChild { return _childrenList.isNotEmpty; }
chart_xutil package
documentation
chart_xutil
TreeNode<T extends TreeNode<T>>
hasChild property
TreeNode class