BluetoothDeviceType_Type$json top-level constant Null safety

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

Implementation

@$core.Deprecated('Use bluetoothDeviceTypeDescriptor instead')
const BluetoothDeviceType_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},
  ],
};