permissionType property Null safety

EMGroupPermissionType? permissionType
final

Gets the current user's role in group.

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

Implementation

final EMGroupPermissionType? permissionType;