TreeNode<T> constructor

TreeNode<T>(
  1. T data
)

Implementation

TreeNode(this.data);