myCountPreference property

  1. @JsonKey(defaultValue: CountPreference.all, name: 'count_preference')
CountPreference myCountPreference
getter/setter pair

Message count preference of current user in this channel The default value is all

Implementation

@JsonKey(defaultValue: CountPreference.all, name: 'count_preference')
CountPreference myCountPreference;