DecryptResult constructor

DecryptResult(
  1. String plainText,
  2. String authOk
)

Implementation

DecryptResult(this.plainText, this.authOk);