BuildCandidate constructor

BuildCandidate(
  1. Asset asset,
  2. bool hasTopLevelMetadata,
  3. List<ExportedSymbol> exportedSymbols
)

Creates a new build candidate with the specified asset and metadata.

Implementation

BuildCandidate(this.asset, this.hasTopLevelMetadata, this.exportedSymbols);