PasswordData constructor

PasswordData({
  1. String? ciphertext,
  2. String? keyPairName,
})

Implementation

PasswordData({
  this.ciphertext,
  this.keyPairName,
});