ENCRYPTION_ALGORITHM_AES_GCM constant

EncryptionAlgorithm const ENCRYPTION_ALGORITHM_AES_GCM

Implementation

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