isRechargeable property

bool isRechargeable

True if this battery can be recharged. Only applicable for UPowerDeviceType.battery.

Implementation

bool get isRechargeable =>
    (_properties['IsRechargeable'] as DBusBoolean).value;