TreeNode({ this.title, this.code, this.isCheck = false, this.hierarchy = 0, this.parent, this.children = const [], });