filters property

Iterable<HIDDeviceFilter> get filters

Implementation

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

Implementation

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