magic top-level property

Uint8List magic
final

The magic number at the front of each message

'I', 'c', 'e', 'P'

Implementation

final Uint8List magic = Uint8List.fromList([0x49, 0x63, 0x65, 0x50]);