ENCRYPTION_MODE_CONTENT_ENCRYPTION_KEY constant

EncryptionMode const ENCRYPTION_MODE_CONTENT_ENCRYPTION_KEY

Implementation

static const EncryptionMode ENCRYPTION_MODE_CONTENT_ENCRYPTION_KEY =
    EncryptionMode._(
        2,
        const $core.bool.fromEnvironment('protobuf.omit_enum_names')
            ? ''
            : 'ENCRYPTION_MODE_CONTENT_ENCRYPTION_KEY');