isMuted property Null safety

  1. @JsonKey(defaultValue: false)
bool isMuted
read / write

Muted state of this member in the channel

Implementation

@JsonKey(defaultValue: false)
bool isMuted;