HashingAlgorithm$json top-level constant

  1. @Deprecated('Use hashingAlgorithmDescriptor instead')
Map<String, Object> const HashingAlgorithm$json

Implementation

@$core.Deprecated('Use hashingAlgorithmDescriptor instead')
const HashingAlgorithm$json = const {
  '1': 'HashingAlgorithm',
  '2': const [
    const {'1': 'NO_HASH', '2': 0},
    const {'1': 'BCRYPT', '2': 1},
    const {'1': 'SCRYPT', '2': 2},
  ],
};