TreeData.label constructor

TreeData.label(
  1. String? label,
  2. List<TreeData> children, {
  3. String? id,
})

Implementation

TreeData.label(this.label, this.children, {this.id}) : value = 0;