IndexError$json top-level constant

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

Implementation

@$core.Deprecated('Use indexErrorDescriptor instead')
const IndexError$json = {
  '1': 'IndexError',
  '2': [
    {'1': 'index', '3': 1, '4': 1, '5': 13, '9': 0, '10': 'index', '17': true},
    {
      '1': 'subresult',
      '3': 2,
      '4': 1,
      '5': 13,
      '9': 1,
      '10': 'subresult',
      '17': true
    },
  ],
  '8': [
    {'1': '_index'},
    {'1': '_subresult'},
  ],
};