NetworkConnectionStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use networkConnectionStatusDescriptor instead')
const NetworkConnectionStatus$json = {
  '1': 'NetworkConnectionStatus',
  '2': [
    {'1': 'ip_address', '3': 1, '4': 1, '5': 7, '10': 'ipAddress'},
    {'1': 'is_connected', '3': 2, '4': 1, '5': 8, '10': 'isConnected'},
    {'1': 'is_mqtt_connected', '3': 3, '4': 1, '5': 8, '10': 'isMqttConnected'},
    {
      '1': 'is_syslog_connected',
      '3': 4,
      '4': 1,
      '5': 8,
      '10': 'isSyslogConnected'
    },
  ],
};