hashType$json top-level constant
Implementation
@$core.Deprecated('Use hashTypeDescriptor instead')
const hashType$json = {
'1': 'HashType',
'2': [
{'1': 'NO_HASH', '2': 0},
{'1': 'CRC', '2': 1},
{'1': 'SHA128', '2': 2},
{'1': 'SHA256', '2': 3},
{'1': 'SHA512', '2': 4},
],
};