KeyCreationResult constructor
KeyCreationResult({})
Implementation
KeyCreationResult({
this.publicKey,
this.publicKeyBytes,
this.error,
this.code,
this.algorithm,
this.keySize,
this.decryptingPublicKey,
this.decryptingAlgorithm,
this.decryptingKeySize,
this.isHybridMode,
});