devices property

Implementation

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

Implementation

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