tainted property

bool tainted

True if the daemon has been tainted with a 3rd party plugin.

Implementation

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