SignBlobResponse constructor

SignBlobResponse({
  1. String? keyId,
  2. String? signedBlob,
})

Implementation

SignBlobResponse({
  this.keyId,
  this.signedBlob,
});