children property

List<TreeLayoutNode> get children
inherited

Implementation

List<T> get children {
  return _childrenList;
}