TAKPacket$json top-level constant

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

Implementation

@$core.Deprecated('Use tAKPacketDescriptor instead')
const TAKPacket$json = {
  '1': 'TAKPacket',
  '2': [
    {'1': 'is_compressed', '3': 1, '4': 1, '5': 8, '10': 'isCompressed'},
    {
      '1': 'contact',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.meshtastic.Contact',
      '10': 'contact'
    },
    {
      '1': 'group',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.meshtastic.Group',
      '10': 'group'
    },
    {
      '1': 'status',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.meshtastic.Status',
      '10': 'status'
    },
    {
      '1': 'pli',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.meshtastic.PLI',
      '9': 0,
      '10': 'pli'
    },
    {
      '1': 'chat',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.meshtastic.GeoChat',
      '9': 0,
      '10': 'chat'
    },
    {'1': 'detail', '3': 7, '4': 1, '5': 12, '9': 0, '10': 'detail'},
  ],
  '8': [
    {'1': 'payload_variant'},
  ],
};