BluetoothDeviceInfo constructor
const
BluetoothDeviceInfo({
- required String name,
- required String address,
- BluetoothTransportType type = BluetoothTransportType.classic,
Implementation
const BluetoothDeviceInfo({
required this.name,
required this.address,
this.type = BluetoothTransportType.classic,
});