SignBlobResponse constructor

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

Implementation

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