allowedDevices property
Iterable<AllowedUSBDevice>
get
allowedDevices
Implementation
Iterable<AllowedUSBDevice> get allowedDevices =>
js_util.getProperty(this, 'allowedDevices');
set
allowedDevices
(Iterable<AllowedUSBDevice> newValue)
Implementation
set allowedDevices(Iterable<AllowedUSBDevice> newValue) {
js_util.setProperty(this, 'allowedDevices', newValue);
}