filters property

Iterable<SerialPortFilter> get filters

Implementation

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

Implementation

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