getBytes method

Uint8List getBytes()

Get length-prefixed binary data */

Implementation

Uint8List getBytes() {
  return getUint8List(getVaruint32());
}