EncryptionResult constructor

EncryptionResult(
  1. String encrypted,
  2. String iv
)

Implementation

EncryptionResult(this.encrypted, this.iv);