device property
BluetoothDevice
get
device
Implementation
BluetoothDevice get device => js_util.getProperty(this, 'device');
set
device
(BluetoothDevice newValue)
Implementation
set device(BluetoothDevice newValue) {
js_util.setProperty(this, 'device', newValue);
}