devices property

Iterable<USBDevice> devices

Implementation

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

Implementation

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