# `UnicodeScalarProperties.isPatternWhitespace`

*Instance Property*

## Declaration

```swift
@objc var isPatternWhitespace: Bool { get }
```

```objc
@property (nonatomic, readonly) BOOL isPatternWhitespace;
```

```python
isPatternWhitespace() -> bool
```

