SymbolNode constructor
SymbolNode({})
Implementation
SymbolNode({
required this.id,
required this.filePath,
required this.symbolName,
this.containerName,
required this.symbolType,
this.isTest = false,
});