ExcelHeaderData$json top-level constant

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

Implementation

@$core.Deprecated('Use excelHeaderDataDescriptor instead')
const ExcelHeaderData$json = {
  '1': 'ExcelHeaderData',
  '2': [
    {'1': 'label', '3': 1, '4': 1, '5': 9, '10': 'label'},
    {'1': 'prop', '3': 2, '4': 1, '5': 9, '10': 'prop'},
    {'1': 'column_index', '3': 3, '4': 1, '5': 5, '10': 'columnIndex'},
    {
      '1': 'children',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.jmash.protobuf.ExcelHeaderData',
      '10': 'children'
    },
  ],
};