SignResponse constructor

SignResponse({
  1. String? keyId,
  2. Uint8List? signature,
  3. SigningAlgorithmSpec? signingAlgorithm,
})

Implementation

SignResponse({
  this.keyId,
  this.signature,
  this.signingAlgorithm,
});