# `GSFeaBlock.code`

*Instance Property*

The feature code representation in AFDKO syntax.

## Declaration

```swift
var code: String? { get set }
```

```objc
@property (nonatomic, strong) NSString * code;
```

```python
code() -> str
setCode_(code: str)
```

