memberCount property Null safety

int? memberCount
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;