lidIsPresent property

bool lidIsPresent

True if a lid is present (e.g. on a laptop).

Implementation

bool get lidIsPresent =>
    (_properties['LidIsPresent'] as DBusBoolean?)?.value ?? false;