PreferenceCenterContactSubscriptionItem class

Preference center contact subscription item.

Implemented types

Properties

conditions → List<PreferenceCenterCondition>?
A list of preference center condition.
final
display PreferenceCenterCommonDisplay
The contact subscription item common display information.
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scopes → List<ChannelScope>
The channel scopes.
final
subscriptionId → String
The subscription list id.
final
type PreferenceCenterItemType
The contact subscription item type.
final

Methods

evaluateConditions(PreferenceCenterConditionState state) → bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.

Operators

operator ==(Object other) → bool
The equality operator.
inherited