permissionType property Null safety

EMGroupPermissionType? permissionType

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

EMGroupPermissionType? get permissionType => _permissionType;