TreeNode constructor

TreeNode(
  1. String? id
)

Implementation

TreeNode(this.id);