BlockInventory$json top-level constant

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

Implementation

@$core.Deprecated('Use blockInventoryDescriptor instead')
const BlockInventory$json = const {
  '1': 'BlockInventory',
  '2': const [
    const {
      '1': 'ids',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.protocol.BlockInventory.BlockId',
      '10': 'ids'
    },
    const {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.protocol.BlockInventory.Type',
      '10': 'type'
    },
  ],
  '3': const [BlockInventory_BlockId$json],
  '4': const [BlockInventory_Type$json],
};