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