ENCRYPTION_ALGORITHM_XCHACHA20POLY1305 constant

EncryptionAlgorithm const ENCRYPTION_ALGORITHM_XCHACHA20POLY1305

Implementation

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