menu
charts_common_sa package
documentation
common.dart
TreeNode<T>
children property
children property
dark_mode
light_mode
children
property
Iterable
<
TreeNode
<
T
>
>
get
children
List of child nodes.
Implementation
Iterable<TreeNode<T>> get children => _children;
charts_common_sa package
documentation
common
TreeNode<T>
children property
TreeNode class