SymbolInfo constructor
const
SymbolInfo({})
Implementation
const SymbolInfo({
required this.name,
required this.category,
required this.signature,
this.container,
this.typeName,
this.modifiers = const [],
});