muteList property Null safety
final
Gets the mute list of the chat room.
Note To get the mute list, you can call {@link EMChatRoomManager#fetchChatRoomMuteList(String, int?, int?)}.
Implementation
final List<String>? muteList;
Gets the mute list of the chat room.
Note To get the mute list, you can call {@link EMChatRoomManager#fetchChatRoomMuteList(String, int?, int?)}.
final List<String>? muteList;