muteList property

List<String>? muteList
final

Gets the mute list of the chat room.

Note To get the mute list, you can call ChatRoomManager.fetchChatRoomMuteList.

Implementation

final List<String>? muteList;