Routing$json top-level constant

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

Implementation

@$core.Deprecated('Use routingDescriptor instead')
const Routing$json = {
  '1': 'Routing',
  '2': [
    {
      '1': 'route_request',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.meshtastic.RouteDiscovery',
      '9': 0,
      '10': 'routeRequest'
    },
    {
      '1': 'route_reply',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.meshtastic.RouteDiscovery',
      '9': 0,
      '10': 'routeReply'
    },
    {
      '1': 'error_reason',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.meshtastic.Routing.Error',
      '9': 0,
      '10': 'errorReason'
    },
  ],
  '4': [Routing_Error$json],
  '8': [
    {'1': 'variant'},
  ],
};