# `GSInfoProperty initWithKey:value:`

*Initializer*

## Declaration

```swift
init(key: GSPropertyName, value: String)
```

```objc
- (instancetype) initWithKey:(GSPropertyName) key value:(NSString *) value;
```

```python
initWithKey_value_(key: GSPropertyName, value: str) -> GSInfoProperty
```

