ChunkMetadata$json top-level constant

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

Implementation

@$core.Deprecated('Use chunkMetadataDescriptor instead')
const ChunkMetadata$json = const {
  '1': 'ChunkMetadata',
  '2': const [
    const {'1': 'session_id', '3': 1, '4': 1, '5': 9, '10': 'sessionId'},
    const {'1': 'number', '3': 2, '4': 1, '5': 3, '10': 'number'},
    const {'1': 'size', '3': 3, '4': 1, '5': 3, '10': 'size'},
    const {
      '1': 'hint',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.opensaves.Hint',
      '10': 'hint'
    },
    const {'1': 'md5', '3': 5, '4': 1, '5': 12, '10': 'md5'},
    const {'1': 'crc32c', '3': 6, '4': 1, '5': 13, '10': 'crc32c'},
    const {'1': 'has_crc32c', '3': 7, '4': 1, '5': 8, '10': 'hasCrc32c'},
  ],
};