VerifyResponse constructor
VerifyResponse({
- String? keyId,
- bool? signatureValid,
- SigningAlgorithmSpec? signingAlgorithm,
Implementation
VerifyResponse({
this.keyId,
this.signatureValid,
this.signingAlgorithm,
});