isAllMemberMuted property Null safety
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;