energyFull property

double energyFull

Amount of energy available in Wh when this battery is considered full. Only applicable for UPowerDeviceType.battery.

Implementation

double get energyFull => (_properties['EnergyFull'] as DBusDouble).value;