myMutedState property

  1. @JsonKey(fromJson: boolToMuteState, toJson: muteStateToBool, name: 'is_muted')
MuteState myMutedState
getter/setter pair

My muted state in this channel.

Implementation

@JsonKey(fromJson: boolToMuteState, toJson: muteStateToBool, name: 'is_muted')
MuteState myMutedState;