type property

Type of power source.

Implementation

UPowerDeviceType get type =>
    UPowerDeviceType.values[(_properties['Type'] as DBusUint32).value];