NodeV2.root constructor
NodeV2.root()
constructs an empty node with a null parent
Implementation
factory NodeV2.root() {
return NodeV2._(null, "", "", []);
}
constructs an empty node with a null parent
factory NodeV2.root() {
return NodeV2._(null, "", "", []);
}