maxUserCount property Null safety

int? maxUserCount

Gets the maximum number of group members allowed in a group. The parameter is set when the group is created.

Note To get the correct value, ensure that you call {@link EMGroupManager#fetchGroupInfoFromServer(String)} before calling this method.

Implementation

int? get maxUserCount => _options?.maxCount;