ExportedSymbol constructor

ExportedSymbol(
  1. String name,
  2. ReferenceType type
)

Creates a new exported symbol with the specified name and type.

Implementation

ExportedSymbol(this.name, this.type);