Point constructor
Point({})
Implementation
Point({
this.code = '0',
required this.children,
this.depth,
String? letter,
this.name = '',
this.isClassificationNode = false,
}) : letter = letter?.toUpperCase();