count property

int get count
inherited

返回后代节点数 调用该方法前必须先调用 computeCount,否则永远返回0

Implementation

int get count => _count;