QueueStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use queueStatusDescriptor instead')
const QueueStatus$json = {
  '1': 'QueueStatus',
  '2': [
    {'1': 'res', '3': 1, '4': 1, '5': 5, '10': 'res'},
    {'1': 'free', '3': 2, '4': 1, '5': 13, '10': 'free'},
    {'1': 'maxlen', '3': 3, '4': 1, '5': 13, '10': 'maxlen'},
    {'1': 'mesh_packet_id', '3': 4, '4': 1, '5': 13, '10': 'meshPacketId'},
  ],
};