Returns a copy of the internal bytes (Uint8List) of this instance.
this
Uint8List toBytes([int offset = 0, int? length]) => bytesIO.toBytes(offset, length);