device property

Implementation

BluetoothDevice get device => js_util.getProperty(this, 'device');
void device=(BluetoothDevice newValue)

Implementation

set device(BluetoothDevice newValue) {
  js_util.setProperty(this, 'device', newValue);
}