EncryptionConfig.disabled constructor

const EncryptionConfig.disabled()

Create a disabled encryption config.

Implementation

const EncryptionConfig.disabled()
    : enabled = false,
      key = const [],
      algorithm = EncryptionAlgorithm.aes256GCM,
      encryptFieldNames = false,
      compressBeforeEncryption = true;