TreeNode constructor
TreeNode({})
Implementation
TreeNode({
required this.key,
this.label,
this.options = const [],
this.children = const [],
this.leadsTo,
this.script,
this.ref,
});
TreeNode({
required this.key,
this.label,
this.options = const [],
this.children = const [],
this.leadsTo,
this.script,
this.ref,
});