FullKey constructor
FullKey({
- String? keyId,
- String? privateKey,
- String? publicKey,
- Algorithm? algorithm,
- FireblocksError? error,
Implementation
FullKey({
this.keyId,
this.privateKey,
this.publicKey,
this.algorithm,
this.error,
});