data property - SocketMessage class - dart:io library (original) (raw)
Uint8List data
final
The actual bytes of the message.
Implementation
final Uint8List data;
Uint8List data
final
The actual bytes of the message.
final Uint8List data;