blob: dd6dac884290cb4ca1e2117a98f8594bd0495a33 [file] [log] [blame] [view]
# PEER_CLOSED constant
int const PEER_CLOSED
## Implementation
```dart
static const int PEER_CLOSED = ZX.EVENTPAIR_PEER_CLOSED;
```