menu
e_chart package
documentation
e_chart.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; }
e_chart package
documentation
e_chart
TreeNode<T extends TreeNode<T>>
children property
TreeNode class