ExcelImportSheet$json top-level constant

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

Implementation

@$core.Deprecated('Use excelImportSheetDescriptor instead')
const ExcelImportSheet$json = {
  '1': 'ExcelImportSheet',
  '2': [
    {'1': 'file_name', '3': 1, '4': 1, '5': 9, '10': 'fileName'},
    {'1': 'sheet', '3': 2, '4': 1, '5': 5, '10': 'sheet'},
    {'1': 'data_start_row', '3': 3, '4': 1, '5': 5, '10': 'dataStartRow'},
    {
      '1': 'prop_column',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.jmash.protobuf.ExcelImportSheet.PropColumnEntry',
      '10': 'propColumn'
    },
  ],
  '3': [ExcelImportSheet_PropColumnEntry$json],
};