FileHash$json top-level constant

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

Implementation

@$core.Deprecated('Use fileHashDescriptor instead')
const FileHash$json = {
  '1': 'FileHash',
  '2': [
    {'1': 'tenant', '3': 1, '4': 1, '5': 9, '10': 'tenant'},
    {'1': 'hash_sm3', '3': 2, '4': 1, '5': 12, '10': 'hashSm3'},
    {'1': 'hash_sha256', '3': 3, '4': 1, '5': 12, '10': 'hashSha256'},
    {'1': 'file_size', '3': 4, '4': 1, '5': 3, '10': 'fileSize'},
  ],
};