filters property

Implementation

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

Implementation

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