CipherEntity constructor

CipherEntity({
  1. String? suite,
  2. Uint8List? body,
})

Implementation

CipherEntity({this.suite, this.body});