---
title: "init(_:)"
framework: foundation
role: symbol
role_heading: Initializer
path: "foundation/progressuserinfokey/init(_:)"
---

# init(_:)

Creates a new key using the specified string.

## Declaration

```swift
init(_ rawValue: String)
```

## Parameters

- `rawValue`: A string that represents the user info key.

## See Also

### Creating Keys

- [init(rawValue:)](foundation/progressuserinfokey/init(rawvalue:).md)
