LspDocumentSymbol constructor
const
LspDocumentSymbol({})
Implementation
const LspDocumentSymbol({
required this.name,
required this.kind,
this.detail,
required this.range,
required this.selectionRange,
this.children = const [],
});