DataSyncFileDescriptor$json top-level constant

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

Implementation

@$core.Deprecated('Use dataSyncFileDescriptorDescriptor instead')
const DataSyncFileDescriptor$json = {
  '1': 'DataSyncFileDescriptor',
  '2': [
    {'1': 'file_size', '3': 1, '4': 1, '5': 4, '10': 'fileSize'},
    {'1': 'hash', '3': 2, '4': 1, '5': 4, '10': 'hash'},
    {'1': 'relative_file_path', '3': 3, '4': 1, '5': 9, '10': 'relativeFilePath'},
    {'1': 'file_data', '3': 4, '4': 1, '5': 12, '10': 'fileData'},
  ],
};