data property Null safety

Uint8List data

Actual bytes that were passed as part of the control message by the underlying platform.

The bytes are interpreted differently depending on the level and type. These actual bytes can be used to inspect and interpret non-handle-carrying messages.

Implementation

Uint8List get data;