myCountPreference property Null safety

  1. @JsonKey(defaultValue: CountPreference.all, name: 'count_preference')
CountPreference myCountPreference
read / write

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

Implementation

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