Items$json top-level constant

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

Implementation

@$core.Deprecated('Use itemsDescriptor instead')
const Items$json = const {
  '1': 'Items',
  '2': const [
    const {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.protocol.Items.ItemType',
      '10': 'type'
    },
    const {
      '1': 'blocks',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.protocol.Block',
      '10': 'blocks'
    },
    const {
      '1': 'block_headers',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.protocol.BlockHeader',
      '10': 'blockHeaders'
    },
    const {
      '1': 'transactions',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.protocol.Transaction',
      '10': 'transactions'
    },
  ],
  '4': const [Items_ItemType$json],
};