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 = const {
  '1': 'Type',
  '2': const [
    const {'1': 'UNKNOWN', '2': 0},
    const {'1': 'CLASSIC', '2': 1},
    const {'1': 'LE', '2': 2},
    const {'1': 'DUAL', '2': 3},
  ],
};