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