messageBlocked property Null safety

bool? messageBlocked

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

bool? get messageBlocked => _messageBlocked;