FileData$json top-level constant

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

Implementation

@$core.Deprecated('Use fileDataDescriptor instead')
const FileData$json = {
  '1': 'FileData',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {'1': 'size', '3': 2, '4': 1, '5': 3, '10': 'size'},
    {'1': 'is_dir', '3': 3, '4': 1, '5': 8, '10': 'isDir'},
    {'1': 'data', '3': 4, '4': 1, '5': 12, '10': 'data'},
    {'1': 'eof', '3': 5, '4': 1, '5': 8, '10': 'eof'},
    {'1': 'mod_time', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '9': 0, '10': 'modTime', '17': true},
    {'1': 'mode', '3': 7, '4': 1, '5': 13, '9': 1, '10': 'mode', '17': true},
  ],
  '8': [
    {'1': '_mod_time'},
    {'1': '_mode'},
  ],
};