device property

HIDDevice get device

Implementation

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

Implementation

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