BluetoothDevice constructor Null safety
- {required String id,
- String? name,
- int? rssi,
- int bluetoothClass = 0,
- BluetoothDeviceType bluetoothType = BluetoothDeviceType.unknown}
Implementation
BluetoothDevice(
{required this.id,
this.name,
this.rssi,
this.bluetoothClass = 0,
this.bluetoothType = BluetoothDeviceType.unknown})
: super(PrinterDeviceType.bluetooth);