BluetoothDevice_Type$json top-level constant

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

Implementation

@$core.Deprecated('Use bluetoothDeviceDescriptor instead')
const BluetoothDevice_Type$json = {
  '1': 'Type',
  '2': [
    {'1': 'UNKNOWN', '2': 0},
    {'1': 'CLASSIC', '2': 1},
    {'1': 'LE', '2': 2},
    {'1': 'DUAL', '2': 3},
  ],
};