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