ScanResult$json top-level constant

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

Implementation

@$core.Deprecated('Use scanResultDescriptor instead')
const ScanResult$json = const {
  '1': 'ScanResult',
  '2': const [
    const {
      '1': 'device',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.BluetoothDevice',
      '10': 'device'
    },
    const {
      '1': 'advertisement_data',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.AdvertisementData',
      '10': 'advertisementData'
    },
    const {'1': 'rssi', '3': 3, '4': 1, '5': 5, '10': 'rssi'},
  ],
};