BuildProof constructor
BuildProof({})
Implementation
BuildProof({
required this.graphHash,
required this.deltaHash,
required this.affectedNodes,
required this.cacheHits,
required this.rebuiltNodes,
required this.finalArtifactHash,
});