encrypt property

bool? encrypt
final

Whether to encrypt this object.

  • true: always encrypt. Throws if no encryptor / key resolver is available.
  • false: always plaintext.
  • null: defer to the EncryptedBackend's default policy. If no EncryptedBackend is in the stack at all, this is plaintext.

Implementation

final bool? encrypt;