toString method
Returns a string representation of this object.
Implementation
String toString() => 'DataStreamMessage(${bytes.length} bytes)';
Returns a string representation of this object.
String toString() => 'DataStreamMessage(${bytes.length} bytes)';