ExcelSheet$json top-level constant

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

Implementation

@$core.Deprecated('Use excelSheetDescriptor instead')
const ExcelSheet$json = {
  '1': 'ExcelSheet',
  '2': [
    {'1': 'file_name', '3': 1, '4': 1, '5': 9, '10': 'fileName'},
    {'1': 'sheet', '3': 2, '4': 1, '5': 5, '10': 'sheet'},
    {'1': 'header_start_row', '3': 3, '4': 1, '5': 5, '10': 'headerStartRow'},
    {'1': 'header_count', '3': 4, '4': 1, '5': 5, '10': 'headerCount'},
  ],
};