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