memberCount property Null safety
final
Gets the member count of the group.
Note To get the correct value, ensure that you call {@link EMGroupManager#fetchGroupInfoFromServer(String groupId)} before calling this method.
Implementation
final int? memberCount;