BuildProofIR constructor
BuildProofIR({})
Implementation
BuildProofIR({
required this.componentName,
required this.buildProofHash,
required this.contentHashes,
required this.dependencyIndex,
required this.proof,
});