isAllMemberMuted property Null safety

bool? isAllMemberMuted

Gets Whether all members are muted.

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

Implementation

bool? get isAllMemberMuted => _isAllMemberMuted;