blockList property Null safety
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 {@link EMGroupManager#fetchBlockListFromServer(String, int?, int?)} before calling this method.
Implementation
final List<String>? blockList;