EncryptedPrivateKeyModel constructor
EncryptedPrivateKeyModel({})
Implementation
EncryptedPrivateKeyModel({
this.ciphertext,
this.nonce,
this.version,
this.encryptedPassword,
this.ephemPublicKey,
this.salt,
this.preKey,
});