DeviceBrokerSettings$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceBrokerSettingsDescriptor instead')
const DeviceBrokerSettings$json = const {
  '1': 'DeviceBrokerSettings',
  '2': const [
    const {'1': 'host', '3': 1, '4': 1, '5': 9, '10': 'host'},
    const {'1': 'port', '3': 2, '4': 1, '5': 3, '10': 'port'},
    const {'1': 'cn', '3': 3, '4': 1, '5': 9, '10': 'cn'},
    const {
      '1': 'protocol',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': const {'3': true},
      '10': 'protocol',
    },
  ],
};