menu
chart_xutil package
documentation
chart_xutil.dart
TreeNode<T extends TreeNode<T>>
count property
count property
dark_mode
light_mode
count
property
int
get
count
返回后代节点数 调用该方法前必须先调用 computeCount,否则永远返回0
Implementation
int get count => _count;
chart_xutil package
documentation
chart_xutil
TreeNode<T extends TreeNode<T>>
count property
TreeNode class