memberCount property Null safety
final
Gets the member count of the group.
Note To get the correct value, ensure that you call ChatGroupManager.fetchGroupInfoFromServer before calling this method.
Implementation
final int? memberCount;
Gets the member count of the group.
Note To get the correct value, ensure that you call ChatGroupManager.fetchGroupInfoFromServer before calling this method.
final int? memberCount;