bluetooth property

Information for Bluetooth devices or null.

Implementation

NetworkManagerDeviceBluetooth? get bluetooth =>
    _object.interfaces.containsKey(_bluetoothDeviceInterfaceName)
        ? NetworkManagerDeviceBluetooth(_object)
        : null;