children property

List<TreeMapNode> get children
inherited

Implementation

List<T> get children {
  return _childrenList;
}