Secret constructor

Secret({
  1. String? cipherText,
  2. String? keyName,
})

Implementation

Secret({
  this.cipherText,
  this.keyName,
});