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