bytes property

Uint8List bytes

Implementation

Uint8List get bytes {
  return _buf.sublist(0, _writePos);
}