LspSymbolInformation constructor
const
LspSymbolInformation({
- required String name,
- required int kind,
- required LspLocation location,
- String? containerName,
Implementation
const LspSymbolInformation({
required this.name,
required this.kind,
required this.location,
this.containerName,
});