memberCount property Null safety
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
int? get memberCount => _memberCount;