blockList property Null safety

List? blockList

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

List? get blockList => _blockList;