PresentPreference# class PresentPreference[source]# Representation of a preference that has been set by the user. present: Literal[True]# Indicates whether the preference was found for the given user. value: Any# The current value of the preference.