blockList property

List<String>? blockList
final

Gets the block list of the group.

If no block list is found from the server, the return may be empty.

Note To get the correct value, ensure that you call ChatGroupManager.fetchBlockListFromServer before calling this method.

Implementation

final List<String>? blockList;