muteList property Null safety

List<String>? muteList
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;