FullKey constructor

FullKey({
  1. String? keyId,
  2. String? privateKey,
  3. String? publicKey,
  4. Algorithm? algorithm,
  5. FireblocksError? error,
})

Implementation

FullKey({
  this.keyId,
  this.privateKey,
  this.publicKey,
  this.algorithm,
  this.error,
});