encrypt property
Whether to encrypt this object.
true: always encrypt. Throws if no encryptor / key resolver is available.false: always plaintext.null: defer to theEncryptedBackend's default policy. If noEncryptedBackendis in the stack at all, this is plaintext.
Implementation
final bool? encrypt;