blockList property

List<String>? blockList
final

Gets the chat room block list.

Note To get the block list, you can call ChatRoomManager.fetchChatRoomBlockList.

Implementation

final List<String>? blockList;