BluetoothDevice$json top-level constant

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

Implementation

@$core.Deprecated('Use bluetoothDeviceDescriptor instead')
const BluetoothDevice$json = const {
  '1': 'BluetoothDevice',
  '2': const [
    const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    const {
      '1': 'type',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.BluetoothDevice.Type',
      '10': 'type'
    },
  ],
  '4': const [BluetoothDevice_Type$json],
};