VerifyResponse constructor

VerifyResponse({
  1. String? keyId,
  2. bool? signatureValid,
  3. SigningAlgorithmSpec? signingAlgorithm,
})

Implementation

VerifyResponse({
  this.keyId,
  this.signatureValid,
  this.signingAlgorithm,
});