blob: e0ec941112fe6c485cb888977e53a0cc51015cbb [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;
```