DocumentSymbol constructor
DocumentSymbol(
- String name,
- String detail,
- SymbolKind kind,
- Range range,
- Range selectionRange,
Implementation
factory DocumentSymbol(
_i2.String name,
_i2.String detail,
_i3.SymbolKind kind,
_i3.Range range,
_i3.Range selectionRange,
) =>
_i5.callConstructor(
_declaredDocumentSymbol,
[
name,
detail,
kind.name,
range,
selectionRange,
],
);