compactProtocolMagic top-level constant

List<int> const compactProtocolMagic

The three-byte marker at the beginning of every compact frame.

Implementation

const List<int> compactProtocolMagic = <int>[0x52, 0x44, 0x50];