BluetoothDevice$json top-level constant Null safety

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

Implementation

@$core.Deprecated('Use bluetoothDeviceDescriptor instead')
const BluetoothDevice$json = const {
  '1': 'BluetoothDevice',
  '2': const [
    const {'1': 'type', '3': 1, '4': 1, '5': 11, '6': '.PrinterDeviceType', '10': 'type'},
    const {'1': 'bluetooth_type', '3': 2, '4': 1, '5': 11, '6': '.BluetoothDeviceType', '10': 'bluetoothType'},
    const {'1': 'rssi', '3': 3, '4': 1, '5': 5, '10': 'rssi'},
    const {'1': 'bluetooth_class', '3': 4, '4': 1, '5': 5, '10': 'bluetoothClass'},
    const {'1': 'id', '3': 5, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'name', '3': 6, '4': 1, '5': 9, '10': 'name'},
  ],
};