powerSupply property

bool powerSupply

True if this device is used to supply power to the system.

Implementation

bool get powerSupply => (_properties['PowerSupply'] as DBusBoolean).value;