blob: c5c0d8facdb38e17d0e72ec7e4fee3a24945dded [file] [log] [blame] [view]
# MAX_MSG_BYTES constant
int const MAX_MSG_BYTES
## Implementation
```dart
static const int MAX_MSG_BYTES = ZX.CHANNEL_MAX_MSG_BYTES;
```