messageBlocked property Null safety

bool? messageBlocked
final

Gets whether the group message is blocked.

Note To get the correct value, ensure that you call {@link EMGroupManager#fetchGroupInfoFromServer(String)} before calling this method.

Implementation

final bool? messageBlocked;