TreeNodeModel constructor

TreeNodeModel(
  1. Model parent,
  2. String? id
)

Implementation

TreeNodeModel(Model super.parent, super.id);