optInAggregateValue property

  1. @JsonKey(name: 'optInAggregateValue')
OptInFlags? optInAggregateValue
getter/setter pair

The OptInFlags value to set or clear if this setting is set or cleared in the UI. It is the aggregate of all underlying opt-in flags related to this setting.

Implementation

@JsonKey(name:'optInAggregateValue')
OptInFlags? optInAggregateValue;