bytes property
Get the raw bytes in this packet
Implementation
Uint8List get bytes{
assert(_isStream != null && !_isStream);
return Uint8List.fromList(_bytes);
}
Get the raw bytes in this packet
Uint8List get bytes{
assert(_isStream != null && !_isStream);
return Uint8List.fromList(_bytes);
}