BluetoothDevice constructor
BluetoothDevice({})
Implementation
BluetoothDevice({
required this.id,
required this.name,
required this.type,
required this.alias,
required this.bondState,
});
BluetoothDevice({
required this.id,
required this.name,
required this.type,
required this.alias,
required this.bondState,
});