toBytes method

Uint8List toBytes()

Implementation

Uint8List toBytes() {
  return _byteData.buffer.asUint8List(0, _writeIndex);
}