ExportedSymbol constructor
ExportedSymbol(
- String name,
- ReferenceType type
Creates a new exported symbol with the specified name and type.
Implementation
ExportedSymbol(this.name, this.type);