TreeNode constructor
TreeNode({})
Implementation
TreeNode({
required this.uuid,
required this.position,
required this.interactive,
required this.displayMode,
required this.languageExclusion,
this.contentUuid,
this.keyboardCode,
this.children,
});