device property

USBDevice get device

Implementation

USBDevice get device => js_util.getProperty(this, 'device');
set device (USBDevice newValue)

Implementation

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