exportedSymbols property

List<ExportedSymbol> exportedSymbols
final

The symbols exported by this asset.

This is always empty if the asset is not a Dart library.

Implementation

final List<ExportedSymbol> exportedSymbols;