EnableEncryptionRequest constructor

EnableEncryptionRequest({
  1. String? key,
  2. int? mode,
  3. bool? enable,
})

Implementation

EnableEncryptionRequest({
  this.key,
  this.mode,
  this.enable,
});