BuildCandidate constructor
BuildCandidate(
- Asset asset,
- bool hasTopLevelMetadata,
- List<
ExportedSymbol> exportedSymbols
Creates a new build candidate with the specified asset and metadata.
Implementation
BuildCandidate(this.asset, this.hasTopLevelMetadata, this.exportedSymbols);