devices property

List<BluetoothDeviceInfo> get devices

Implementation

List<BluetoothDeviceInfo> get devices {
  return ($$context$$['devices'] as mpjs.JSArray)
      .value()
      .map((it) => BluetoothDeviceInfo($$context$$: it))
      .toList();
}