permissionType property Null safety
final
Gets the current user's role in group.
Note To get the correct value, ensure that you call {@link ChatGroupManager#fetchGroupInfoFromServer(String)} before calling this method.
Implementation
final ChatGroupPermissionType? permissionType;