toProto method Null safety
Implementation
proto.BluetoothDevice toProto() => proto.BluetoothDevice(
id: id,
name: name,
rssi: rssi,
bluetoothClass: bluetoothClass,
bluetoothType: bluetoothType.toProto());
proto.BluetoothDevice toProto() => proto.BluetoothDevice(
id: id,
name: name,
rssi: rssi,
bluetoothClass: bluetoothClass,
bluetoothType: bluetoothType.toProto());