getBytes method

Uint8List getBytes()

Implementation

Uint8List getBytes() {
  return buffer.sublist(0, offset);
}