# `GSNotifyingDictionary dict`

*Instance Method*

## Declaration

```swift
func dict() -> [AnyHashable : Any]!
```

```objc
- (NSDictionary *) dict;
```

```python
dict() -> dict
```

