allowedDevices property

Iterable<AllowedUSBDevice> allowedDevices

Implementation

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

Implementation

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