blockList property Null safety

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