data property

  1. @override
Uint8List get data
override

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

@override
Uint8List get data => socketControlMessage.data;