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