device property

USBDevice device

Implementation

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

Implementation

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