exportedSymbols property
The symbols exported by this asset.
This is always empty if the asset is not a Dart library.
Implementation
final List<ExportedSymbol> exportedSymbols;
The symbols exported by this asset.
This is always empty if the asset is not a Dart library.
final List<ExportedSymbol> exportedSymbols;