ENCRYPTION_ALGORITHM_UNSPECIFIED constant

EncryptionAlgorithm const ENCRYPTION_ALGORITHM_UNSPECIFIED

Implementation

static const EncryptionAlgorithm ENCRYPTION_ALGORITHM_UNSPECIFIED =
    EncryptionAlgorithm._(
        0,
        const $core.bool.fromEnvironment('protobuf.omit_enum_names')
            ? ''
            : 'ENCRYPTION_ALGORITHM_UNSPECIFIED');