blob: 448dc08dd0dfa0bf7e959d5ca115c5c33466ba92 [file] [log] [blame] [view]
# STREAM constant
int const STREAM
## Implementation
```dart
static const int STREAM = ZX.SOCKET_STREAM;
```