channelMutes property

  1. @JsonKey(includeIfNull: false)
List<ChannelMute> channelMutes
final

List of channels muted by the user.

Implementation

@JsonKey(includeIfNull: false)
final List<ChannelMute> channelMutes;