TreeData constructor

TreeData(
  1. String? id,
  2. String? pid
)

Implementation

TreeData(this.id, this.pid);