CipherResult constructor

CipherResult(
  1. File cipherFile,
  2. bool success
)

Implementation

CipherResult(this.cipherFile, this.success);