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