VRFCert copyWith({List<int>? output, List<int>? proof}) { return VRFCert(output: output ?? this.output, proof: proof ?? this.proof); }