Dart
dart:io
SocketMessage
data property
data
description
data
property
Null safety
Uint8List
data
final
The actual bytes of the message.
Implementation
final Uint8List data;
Dart
dart:io
SocketMessage
data property
SocketMessage class
Constructors
SocketMessage
Properties
controlMessages
data
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==