PreferenceCenterChannelSubscriptionItem class

Preference center channel subscription item.

Implemented types

Properties

conditions List<PreferenceCenterCondition>?
A list of preference center condition.
final
display PreferenceCenterCommonDisplay
The channel 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
subscriptionId String
The subscription list id.
final
type PreferenceCenterItemType
The channel 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.
override

Operators

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