devices property

Iterable<USBDevice> get devices

Implementation

Iterable<USBDevice> get devices => js_util.getProperty(this, 'devices');
set devices (Iterable<USBDevice> newValue)

Implementation

set devices(Iterable<USBDevice> newValue) {
  js_util.setProperty(this, 'devices', newValue);
}