List of child nodes contained in this root.
Type: List<TreeNode<T>>. These children appear as top-level items in the tree view since the root itself is invisible.
List<TreeNode<T>>
@override final List<TreeNode<T>> children;