lidIsClosed property

bool lidIsClosed

True if the lid is closed.

Implementation

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